From 4ed318f7b3161754afbcfc7212a5a18379f94fb7 Mon Sep 17 00:00:00 2001 From: Marcel Stangenberger Date: Wed, 26 Mar 2025 09:39:35 +0000 Subject: [PATCH] path fixes and command fix --- readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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