summarylogtreecommitdiffstats
path: root/arno-iptables-firewall.service
blob: 2d81c9869ec1b7f71f0bc6f3f9b3ff47e19d09a1 (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/bin/arno-iptables-firewall start
ExecStop=/usr/bin/arno-iptables-firewall stop
ExecReload=/usr/bin/arno-iptables-firewall force-reload
RemainAfterExit=yes

[Install]
WantedBy=multi-user.target