summaryrefslogtreecommitdiff
path: root/systemd.service
blob: 5cf9c4551c0b0193cf0605d4901421b725eeaeae (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/sbin/saswall up
ExecStop=/usr/sbin/saswall down
ExecReload=/usr/sbin/saswall reload

[Install]
WantedBy=multi-user.target