summarylogtreecommitdiffstats
path: root/firetable.service
blob: 890b1d6eef88c2de6c8c60d90a1ddc5460b14421 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=Firetable firewall daemon
After=network.target remote-fs.target nss-lookup.target

[Service]
Type=oneshot
ExecStart=/usr/bin/firetable start
ExecStop=/usr/bin/firetable stop
RemainAfterExit=true

[Install]
WantedBy=multi-user.target