diff --git a/Shorewall-init/shorewall-init.service b/Shorewall-init/shorewall-init.service index d64562763..01cf13f93 100644 --- a/Shorewall-init/shorewall-init.service +++ b/Shorewall-init/shorewall-init.service @@ -5,7 +5,8 @@ # [Unit] Description=Shorewall firewall (bootup security) -Before=network.target +Before=network-pre.target +Wants=network-pre.target [Service] Type=oneshot diff --git a/Shorewall-init/shorewall-init.service.214 b/Shorewall-init/shorewall-init.service.214 deleted file mode 100644 index 01cf13f93..000000000 --- a/Shorewall-init/shorewall-init.service.214 +++ /dev/null @@ -1,20 +0,0 @@ -# -# The Shoreline Firewall (Shorewall) Packet Filtering Firewall -# -# Copyright 2011 Jonathan Underwood -# -[Unit] -Description=Shorewall firewall (bootup security) -Before=network-pre.target -Wants=network-pre.target - -[Service] -Type=oneshot -RemainAfterExit=yes -EnvironmentFile=-/etc/sysconfig/shorewall-init -StandardOutput=syslog -ExecStart=/sbin/shorewall-init start -ExecStop=/sbin/shorewall-init stop - -[Install] -WantedBy=basic.target diff --git a/Shorewall-init/shorewall-init.service.214.debian b/Shorewall-init/shorewall-init.service.214.debian deleted file mode 100644 index 6e42b3cca..000000000 --- a/Shorewall-init/shorewall-init.service.214.debian +++ /dev/null @@ -1,21 +0,0 @@ -# -# The Shoreline Firewall (Shorewall) Packet Filtering Firewall -# -# Copyright 2011 Jonathan Underwood -# Copyright 2015 Tom Eastep -# -[Unit] -Description=Shorewall firewall (bootup security) -Before=network-pre.target -Wants=network-pre.target - -[Service] -Type=oneshot -RemainAfterExit=yes -EnvironmentFile=-/etc/default/shorewall-init -StandardOutput=syslog -ExecStart=/sbin/shorewall-init start -ExecStop=/sbin/shorewall-init stop - -[Install] -WantedBy=basic.target diff --git a/Shorewall-init/shorewall-init.service.debian b/Shorewall-init/shorewall-init.service.debian index 303b5123b..6e42b3cca 100644 --- a/Shorewall-init/shorewall-init.service.debian +++ b/Shorewall-init/shorewall-init.service.debian @@ -6,7 +6,8 @@ # [Unit] Description=Shorewall firewall (bootup security) -Before=network.target +Before=network-pre.target +Wants=network-pre.target [Service] Type=oneshot diff --git a/Shorewall-lite/shorewall-lite.service.214 b/Shorewall-lite/shorewall-lite.service.214 deleted file mode 100644 index 64b7133c7..000000000 --- a/Shorewall-lite/shorewall-lite.service.214 +++ /dev/null @@ -1,21 +0,0 @@ -# -# The Shoreline Firewall (Shorewall) Packet Filtering Firewall -# -# Copyright 2011 Jonathan Underwood -# -[Unit] -Description=Shorewall IPv4 firewall (lite) -Wants=network-online.target -After=network-online.target -Conflicts=iptables.service firewalld.service - -[Service] -Type=oneshot -RemainAfterExit=yes -EnvironmentFile=-/etc/sysconfig/shorewall-lite -StandardOutput=syslog -ExecStart=/sbin/shorewall-lite $OPTIONS start $STARTOPTIONS -ExecStop=/sbin/shorewall-lite $OPTIONS stop - -[Install] -WantedBy=basic.target diff --git a/Shorewall/shorewall.service.214 b/Shorewall/shorewall.service.214 deleted file mode 100644 index 80f6e51eb..000000000 --- a/Shorewall/shorewall.service.214 +++ /dev/null @@ -1,22 +0,0 @@ -# -# The Shoreline Firewall (Shorewall) Packet Filtering Firewall -# -# Copyright 2011 Jonathan Underwood -# -[Unit] -Description=Shorewall IPv4 firewall -Wants=network-online.target -After=network-online.target -Conflicts=iptables.service firewalld.service - -[Service] -Type=oneshot -RemainAfterExit=yes -EnvironmentFile=-/etc/sysconfig/shorewall -StandardOutput=syslog -ExecStart=/sbin/shorewall $OPTIONS start $STARTOPTIONS -ExecStop=/sbin/shorewall $OPTIONS stop -ExecReload=/sbin/shorewall $OPTIONS reload $RELOADOPTIONS - -[Install] -WantedBy=basic.target diff --git a/Shorewall6-lite/shorewall6-lite.service.214 b/Shorewall6-lite/shorewall6-lite.service.214 deleted file mode 100644 index 71fe51531..000000000 --- a/Shorewall6-lite/shorewall6-lite.service.214 +++ /dev/null @@ -1,21 +0,0 @@ -# -# The Shoreline Firewall (Shorewall) Packet Filtering Firewall -# -# Copyright 2011 Jonathan Underwood -# -[Unit] -Description=Shorewall IPv6 firewall (lite) -Wants=network-online.target -After=network-online.target -Conflicts=ip6tables.service firewalld.service - -[Service] -Type=oneshot -RemainAfterExit=yes -EnvironmentFile=-/etc/sysconfig/shorewall6-lite -StandardOutput=syslog -ExecStart=/sbin/shorewall6-lite $OPTIONS start -ExecStop=/sbin/shorewall6-lite $OPTIONS stop - -[Install] -WantedBy=basic.target diff --git a/Shorewall6/shorewall6.service.214 b/Shorewall6/shorewall6.service.214 deleted file mode 100644 index 6c8d5d664..000000000 --- a/Shorewall6/shorewall6.service.214 +++ /dev/null @@ -1,22 +0,0 @@ -# -# The Shoreline Firewall (Shorewall) Packet Filtering Firewall -# -# Copyright 2011 Jonathan Underwood -# -[Unit] -Description=Shorewall IPv6 firewall -Wants=network-online.target -After=network-online.target -Conflicts=ip6tables.service firewalld.service - -[Service] -Type=oneshot -RemainAfterExit=yes -EnvironmentFile=-/etc/sysconfig/shorewall6 -StandardOutput=syslog -ExecStart=/sbin/shorewall6 $OPTIONS start $STARTOPTIONS -ExecStop=/sbin/shorewall6 $OPTIONS stop -ExecReload=/sbin/shorewall6 $OPTIONS reload $RELOADOPTIONS - -[Install] -WantedBy=basic.target