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