Commit 0f58954a authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

We should create /etc/systemd/scripts folder before installation of iptables script there

parent 9865a61b
......@@ -12,7 +12,7 @@ all: iptables-service
@echo "$$IPTABLES_SERVICE" > /lib/systemd/system/iptables.service
ln -s /lib/systemd/system/iptables.service /etc/systemd/system/multi-user.target.wants/iptables.service
install -v -m755 iptables /etc/systemd/scripts/iptables
install -v -D -m755 iptables /etc/systemd/scripts/iptables
rm -rf iptables-1.8.2
iptables-service:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment