summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--systemd.service4
1 files changed, 2 insertions, 2 deletions
diff --git a/systemd.service b/systemd.service
index 30bdde2..5cf9c45 100644
--- a/systemd.service
+++ b/systemd.service
@@ -4,8 +4,8 @@ Description=simple and safe firewall loader
[Service]
Type=oneshot
RemainAfterExit=yes
-ExecStart=/usr/sbin/saswall start
-ExecStop=/usr/sbin/saswall stop
+ExecStart=/usr/sbin/saswall up
+ExecStop=/usr/sbin/saswall down
ExecReload=/usr/sbin/saswall reload
[Install]