summaryrefslogtreecommitdiff
path: root/systemd.service
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2016-01-30 20:32:21 +0100
committerChristian Pointner <equinox@spreadspace.org>2016-01-30 20:32:21 +0100
commit61fdfd3436e9e1508adb86e9fccdcd950f779bf5 (patch)
tree82411138df45191982a6968f368edbe6aaaca369 /systemd.service
parentaddes systemd service unit (diff)
some cleanup and update changelog for releasev0.1rel-0.1
Diffstat (limited to 'systemd.service')
-rw-r--r--systemd.service6
1 files changed, 3 insertions, 3 deletions
diff --git a/systemd.service b/systemd.service
index a3ba8d0..30bdde2 100644
--- a/systemd.service
+++ b/systemd.service
@@ -4,9 +4,9 @@ Description=simple and safe firewall loader
[Service]
Type=oneshot
RemainAfterExit=yes
-ExecStart=/usr/local/sbin/saswall start
-ExecStop=/usr/local/sbin/saswall stop
-ExecReload=/usr/local/sbin/saswall reload
+ExecStart=/usr/sbin/saswall start
+ExecStop=/usr/sbin/saswall stop
+ExecReload=/usr/sbin/saswall reload
[Install]
WantedBy=multi-user.target