diff --git a/Shorewall-init/shorewall-init.service b/Shorewall-init/shorewall-init.service index b96b0b664..c0150b7d2 100644 --- a/Shorewall-init/shorewall-init.service +++ b/Shorewall-init/shorewall-init.service @@ -12,7 +12,6 @@ Wants=network-pre.target Type=oneshot RemainAfterExit=yes EnvironmentFile=-/etc/sysconfig/shorewall-init -StandardOutput=journal ExecStart=/sbin/shorewall-init start ExecStop=/sbin/shorewall-init stop diff --git a/Shorewall-lite/shorewall-lite.service b/Shorewall-lite/shorewall-lite.service index 9e42fab8a..8540f7edb 100644 --- a/Shorewall-lite/shorewall-lite.service +++ b/Shorewall-lite/shorewall-lite.service @@ -13,7 +13,6 @@ Conflicts=iptables.service firewalld.service Type=oneshot RemainAfterExit=yes EnvironmentFile=-/etc/sysconfig/shorewall-lite -StandardOutput=journal ExecStart=/sbin/shorewall-lite $OPTIONS start $STARTOPTIONS ExecStop=/sbin/shorewall-lite $OPTIONS stop diff --git a/Shorewall/shorewall.service b/Shorewall/shorewall.service index aab28814b..f4ba623ad 100644 --- a/Shorewall/shorewall.service +++ b/Shorewall/shorewall.service @@ -13,7 +13,6 @@ Conflicts=iptables.service firewalld.service Type=oneshot RemainAfterExit=yes EnvironmentFile=-/etc/sysconfig/shorewall -StandardOutput=journal ExecStart=/sbin/shorewall $OPTIONS start $STARTOPTIONS ExecStop=/sbin/shorewall $OPTIONS stop ExecReload=/sbin/shorewall $OPTIONS reload $RELOADOPTIONS diff --git a/Shorewall6-lite/shorewall6-lite.service b/Shorewall6-lite/shorewall6-lite.service index 78a1d47b0..12ceaea3f 100644 --- a/Shorewall6-lite/shorewall6-lite.service +++ b/Shorewall6-lite/shorewall6-lite.service @@ -15,7 +15,6 @@ Conflicts=ip6tables.service firewalld.service Type=oneshot RemainAfterExit=yes EnvironmentFile=-/etc/sysconfig/shorewall6-lite -StandardOutput=journal ExecStart=/sbin/shorewall -6l $OPTIONS start $STARTOPTIONS ExecStop=/sbin/shorewall -6l $OPTIONS stop ExecReload=/sbin/shorewall -6l $OPTIONS reload $RELOADOPTIONS diff --git a/Shorewall6/shorewall6.service b/Shorewall6/shorewall6.service index 44566f6ad..7ee0fa53f 100644 --- a/Shorewall6/shorewall6.service +++ b/Shorewall6/shorewall6.service @@ -14,7 +14,6 @@ Conflicts=ip6tables.service firewalld.service Type=oneshot RemainAfterExit=yes EnvironmentFile=-/etc/sysconfig/shorewall6 -StandardOutput=journal ExecStart=/sbin/shorewall -6 $OPTIONS start $STARTOPTIONS ExecStop=/sbin/shorewall -6 $OPTIONS stop ExecReload=/sbin/shorewall -6 $OPTIONS reload $RELOADOPTIONS