path fixes and command fix

This commit is contained in:
2025-03-26 09:39:35 +00:00
parent 770aaffdde
commit 4ed318f7b3

View File

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