diff --git a/Shorewall-init/shorewall-init.service.214.debian b/Shorewall-init/shorewall-init.service.214.debian new file mode 100644 index 000000000..bcf363cae --- /dev/null +++ b/Shorewall-init/shorewall-init.service.214.debian @@ -0,0 +1,18 @@ +# +# 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 +Conflicts=iptables.service firewalld.service + +[Service] +Type=oneshot +RemainAfterExit=yes +EnvironmentFile=-/etc/default/shorewall-init +StandardOutput=syslog +ExecStart=/sbin/shorewall-init start +ExecStop=/sbin/shorewall-init stop diff --git a/Shorewall-init/shorewall-init.service.debian b/Shorewall-init/shorewall-init.service.debian index e250668b1..286825223 100644 --- a/Shorewall-init/shorewall-init.service.debian +++ b/Shorewall-init/shorewall-init.service.debian @@ -5,9 +5,8 @@ # [Unit] Description=Shorewall firewall (bootup security) -Before=network-pre.target -Wants=network-pre.target -Conflicts=iptables.service firewalld.service +Before=network.target +Conflicts=iptables.service ip6tables.service firewalld.service [Service] Type=oneshot