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