From b10a0642e132a2948e3cdd739446b5b3a4d37c7b Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Wed, 24 Jul 2013 08:10:27 -0700 Subject: [PATCH] Apply Togan's patch for Shorewall-init.service (again) Signed-off-by: Tom Eastep --- Shorewall-init/shorewall-init.service | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Shorewall-init/shorewall-init.service b/Shorewall-init/shorewall-init.service index ab3b49918..3ac5c19b1 100644 --- a/Shorewall-init/shorewall-init.service +++ b/Shorewall-init/shorewall-init.service @@ -13,8 +13,8 @@ Type=oneshot RemainAfterExit=yes EnvironmentFile=-/etc/sysconfig/shorewall-init StandardOutput=syslog -ExecStart=/shorewall-init $OPTIONS start -ExecStop=/shorewall-init $OPTIONS stop +ExecStart=/sbin/shorewall-init $OPTIONS start +ExecStop=/sbin/shorewall-init $OPTIONS stop [Install] WantedBy=multi-user.target