Office_Networks/FLR-BRB/ipt-firewall.service.FLR-BRB
2018-05-08 03:01:03 +02:00

15 lines
295 B
Plaintext

[Unit]
Description=IPv4 Firewall with iptables
After=network.target
[Service]
SyslogIdentifier="ipt-gateway"
Type=oneshot
RemainAfterExit=yes
ExecStart=/usr/local/sbin/ipt-firewall-gateway start
ExecStop=/usr/local/sbin/ipt-firewall-gateway stop
User=root
[Install]
WantedBy=multi-user.target