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