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

[Service]
Type=oneshot
RemainAfterExit=yes
Environment="SASWALL_USE_SYSTEM_ASK_PASSWD=1"
ExecStart=/usr/sbin/saswall up
ExecStop=/usr/sbin/saswall down
ExecReload=/usr/sbin/saswall reload

[Install]
WantedBy=multi-user.target