summaryrefslogtreecommitdiff
path: root/systemd.service
blob: a3ba8d0b18f978709df167885caf5ef25031fd00 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=simple and safe firewall loader

[Service]
Type=oneshot
RemainAfterExit=yes
ExecStart=/usr/local/sbin/saswall start
ExecStop=/usr/local/sbin/saswall stop
ExecReload=/usr/local/sbin/saswall reload

[Install]
WantedBy=multi-user.target