summaryrefslogtreecommitdiff
blob: e663f08a08eb593bd33bc3cc6fa92783f32e3530 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=A secure stateful firewall for both single and multi-homed machine
Before=network.target
Wants=network.target

[Service]
Type=oneshot
ExecStart=/usr/sbin/arno-iptables-firewall start
ExecStop=/usr/sbin/arno-iptables-firewall stop
ExecReload=/usr/sbin/arno-iptables-firewall force-reload
RemainAfterExit=yes

[Install]
WantedBy=multi-user.target