diff options
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 |