diff options
author | Christian Pointner <equinox@spreadspace.org> | 2016-01-30 20:32:21 +0100 |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2016-01-30 20:32:21 +0100 |
commit | 61fdfd3436e9e1508adb86e9fccdcd950f779bf5 (patch) | |
tree | 82411138df45191982a6968f368edbe6aaaca369 /systemd.service | |
parent | addes systemd service unit (diff) |
Diffstat (limited to 'systemd.service')
-rw-r--r-- | systemd.service | 6 |
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 |