Adjust INSTALL file

This commit is contained in:
Christoph 2017-02-24 14:01:03 +01:00
parent 47487219f1
commit 764080a4c4

View File

@ -62,6 +62,7 @@ Description=IPv4 Firewall with iptables
After=network.target
[Service]
SyslogIdentifier="ipt-gateway"
Type=oneshot
RemainAfterExit=yes
ExecStart=/usr/local/sbin/ipt-firewall-gateway start
@ -80,6 +81,7 @@ Description=IPv6 Firewall with ip6tables
After=network.target
[Service]
SyslogIdentifier="ip6t-gateway"
Type=oneshot
RemainAfterExit=yes
ExecStart=/usr/local/sbin/ip6t-firewall-gateway start