]> git.ipfire.org Git - people/stevee/network.git/blob - systemd/firewall.service
iptables: Replace state module by conntrack module.
[people/stevee/network.git] / systemd / firewall.service
1 [Unit]
2 Description=Firewall Ruleset Manager
3 Before=network.service
4
5 [Service]
6 Type=oneshot
7 RemainAfterExit=yes
8 ExecStart=/usr/sbin/firewall start
9 ExecStop=/usr/sbin/firewall stop
10
11 [Install]
12 WantedBy=multi-user.target