summaryrefslogtreecommitdiffstats
path: root/abs/core/iptables/ip6tables.service
blob: 9a695f31eed2e3cdb64a2d715f4482152669fae9 (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=IPv6 Packet Filtering Framework

[Service]
Type=oneshot
ExecStart=/usr/sbin/ip6tables-restore /etc/iptables/ip6tables.rules
ExecStop=/usr/lib/systemd/scripts/iptables-flush 6
RemainAfterExit=yes

[Install]
WantedBy=multi-user.target