fixed init installation steps
This commit is contained in:
parent
4ed318f7b3
commit
9960e8be25
@ -21,9 +21,10 @@ git clone https://git.xo.nl/marcel/iptables
|
||||
|
||||
- Copy the init files to /usr/libexec
|
||||
```
|
||||
cp libexec/*.init /usr/libexec
|
||||
chown root:root /usr/libexec/ip?tables.init
|
||||
chmod ug+x /usr/libexec/ip?tables.init
|
||||
mkdir -m /usr/libexec/iptables
|
||||
cp libexec/*.init /usr/libexec/iptables
|
||||
chown root:root /usr/libexec/iptables/*.init
|
||||
chmod ug+x /usr/libexec/iptables/*.init
|
||||
```
|
||||
|
||||
- Copy the systemd files to /etc/systemd/system
|
||||
|
Loading…
x
Reference in New Issue
Block a user