Office_Networks/CKUBU/ip6t-firewall.service.CKUBU
2018-05-08 03:01:03 +02:00

15 lines
299 B
Plaintext

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