summaryrefslogtreecommitdiff
path: root/systemd.service
blob: 30bdde29cc2cd2edd6eb051489ac35e75f2e7edb (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 start
ExecStop=/usr/sbin/saswall stop
ExecReload=/usr/sbin/saswall reload

[Install]
WantedBy=multi-user.target