summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2016-01-30 22:19:50 +0100
committerChristian Pointner <equinox@spreadspace.org>2016-01-30 22:19:50 +0100
commitc108df78d19f8eceb28db0e1c72425ca6f73c0f9 (patch)
tree40500026c2dbbdb113d21afbcd4f8d39dc73bed6
parentfix permissions for systemd service file (diff)
fix systemd service unit
-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]