diff --git a/readme.md b/readme.md index 7af6272..c36e48e 100644 --- a/readme.md +++ b/readme.md @@ -22,14 +22,14 @@ git clone https://git.xo.nl/marcel/iptables - Copy the init files to /usr/libexec ``` cp libexec/*.init /usr/libexec -chown root:root /usr/ip?tables.init -chmod ug+x /usr/ip?tables.init +chown root:root /usr/libexec/ip?tables.init +chmod ug+x /usr/libexec/ip?tables.init ``` - Copy the systemd files to /etc/systemd/system ``` cp systemd/* /etc/systemd/system -systemd daemon-reload +systemctl daemon-reload ``` - Copy the default configuration to /etc/sysconfig