]> git.pld-linux.org Git - packages/firehol.git/blob - firehol.service
up to 2.0.1
[packages/firehol.git] / firehol.service
1 [Unit]
2 Description=Firehol iptables stateful firewall
3 Documentation=man:firehol(1) man:firehol.conf(5)
4 After=network.target
5
6 [Service]
7 Type=oneshot
8 ExecStart=/usr/sbin/firehol start
9 ExecStop=/usr/sbin/firehol stop
10 RemainAfterExit=yes
11
12 [Install]
13 WantedBy=multi-user.target
This page took 0.108816 seconds and 3 git commands to generate.