archrelease: copy trunk to staging-x86_64
[arch-packages.git] / iptables / trunk / ip6tables.service
blob9dca615825ac14e34428296a450214b29c38338f
1 [Unit]
2 Description=IPv6 Packet Filtering Framework
3 Before=network-pre.target
4 Wants=network-pre.target
5 After=iptables.service
7 [Service]
8 Type=oneshot
9 ExecStart=/usr/bin/ip6tables-restore /etc/iptables/ip6tables.rules
10 ExecReload=/usr/bin/ip6tables-restore /etc/iptables/ip6tables.rules
11 ExecStop=/usr/lib/systemd/scripts/iptables-flush 6
12 RemainAfterExit=yes
14 [Install]
15 WantedBy=multi-user.target