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
|
- Copy the init files to /usr/libexec
|
||||||
```
|
```
|
||||||
cp libexec/*.init /usr/libexec
|
mkdir -m /usr/libexec/iptables
|
||||||
chown root:root /usr/libexec/ip?tables.init
|
cp libexec/*.init /usr/libexec/iptables
|
||||||
chmod ug+x /usr/libexec/ip?tables.init
|
chown root:root /usr/libexec/iptables/*.init
|
||||||
|
chmod ug+x /usr/libexec/iptables/*.init
|
||||||
```
|
```
|
||||||
|
|
||||||
- Copy the systemd files to /etc/systemd/system
|
- Copy the systemd files to /etc/systemd/system
|
||||||
|
Loading…
x
Reference in New Issue
Block a user