From f12b78d518de516fae5caa2ef5ae474902e6d70c Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Tue, 10 Jan 2017 09:55:16 -0800 Subject: [PATCH] Correct Shorewall6-lite .service file Signed-off-by: Tom Eastep --- Shorewall6-lite/shorewall6-lite.service | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Shorewall6-lite/shorewall6-lite.service b/Shorewall6-lite/shorewall6-lite.service index 236fcead7..f57f255be 100644 --- a/Shorewall6-lite/shorewall6-lite.service +++ b/Shorewall6-lite/shorewall6-lite.service @@ -2,6 +2,7 @@ # The Shoreline Firewall (Shorewall) Packet Filtering Firewall # # Copyright 2011 Jonathan Underwood +# Copyright 2017 Tom Eastep # [Unit] Description=Shorewall IPv6 firewall (lite) @@ -14,7 +15,7 @@ Type=oneshot RemainAfterExit=yes EnvironmentFile=-/etc/sysconfig/shorewall6-lite StandardOutput=syslog -ExecStart=/sbin/shorewal -6l $OPTIONS start $STARTOPTIONS +ExecStart=/sbin/shorewall -6l $OPTIONS start $STARTOPTIONS ExecStop=/sbin/shorewall -6l $OPTIONS stop ExecReload=/sbin/shorewall -6l $OPTIONS reload $RELOADOPTIONS