diff options
author | Christian Pointner <equinox@spreadspace.org> | 2016-01-30 22:52:26 +0100 |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2016-01-30 22:52:26 +0100 |
commit | f409ce18e8d56ec30e842059c2c74a0d49907ab9 (patch) | |
tree | d17b2536e585cb86d4414c239da4828ba7951745 /systemd.service | |
parent | updated debian changelog (diff) |
fixed systemd reload and initscript path
Diffstat (limited to 'systemd.service')
-rw-r--r-- | systemd.service | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/systemd.service b/systemd.service index 5cf9c45..2fab722 100644 --- a/systemd.service +++ b/systemd.service @@ -4,6 +4,7 @@ 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 |