firehol/contrib/firehol.service

25 lines
534 B
SYSTEMD
Raw Normal View History

[Unit]
Description=Firehol stateful packet filtering firewall for humans
2016-04-21 18:38:20 +00:00
Documentation=man:firehol(1) man:firehol.conf(5)
DefaultDependencies=no
Before=network-pre.target
Wants=network-pre.target
Wants=systemd-modules-load.service local-fs.target
After=systemd-modules-load.service local-fs.target
Conflicts=shutdown.target
Before=shutdown.target
[Service]
Type=oneshot
RemainAfterExit=yes
ExecStart=/usr/sbin/firehol start
ExecStop=/usr/sbin/firehol stop
2019-11-27 14:33:06 +00:00
ExecReload=/usr/sbin/firehol start
[Install]
WantedBy=multi-user.target