From c108df78d19f8eceb28db0e1c72425ca6f73c0f9 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sat, 30 Jan 2016 22:19:50 +0100 Subject: fix systemd service unit --- systemd.service | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'systemd.service') 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] -- cgit v1.2.3