diff --git a/Shorewall-init/shorewall-init.service b/Shorewall-init/shorewall-init.service index 956a2cd04..0a1d07837 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=/sbin/shorewall-init $OPTIONS start -ExecStop=/sbin/shorewall-init $OPTIONS stop +ExecStart=/sbin/shorewall-init start +ExecStop=/sbin/shorewall-init stop [Install] WantedBy=basic.target diff --git a/Shorewall-init/shorewall-init.service.214 b/Shorewall-init/shorewall-init.service.214 index 51ccf5357..189e4d138 100644 --- a/Shorewall-init/shorewall-init.service.214 +++ b/Shorewall-init/shorewall-init.service.214 @@ -14,8 +14,8 @@ Type=oneshot RemainAfterExit=yes EnvironmentFile=-/etc/sysconfig/shorewall-init StandardOutput=syslog -ExecStart=/sbin/shorewall-init $OPTIONS start -ExecStop=/sbin/shorewall-init $OPTIONS stop +ExecStart=/sbin/shorewall-init start +ExecStop=/sbin/shorewall-init stop [Install] WantedBy=basic.target