[arch-commits] Commit in iptables/trunk (ip6tables.service iptables.service)

Ronald van Haren ronald at archlinux.org
Wed Apr 1 07:30:18 UTC 2015


    Date: Wednesday, April 1, 2015 @ 09:30:18
  Author: ronald
Revision: 235316

FS#33478: iptables should be started as early as possible

Modified:
  iptables/trunk/ip6tables.service
  iptables/trunk/iptables.service

-------------------+
 ip6tables.service |    2 ++
 iptables.service  |    2 ++
 2 files changed, 4 insertions(+)

Modified: ip6tables.service
===================================================================
--- ip6tables.service	2015-04-01 06:33:53 UTC (rev 235315)
+++ ip6tables.service	2015-04-01 07:30:18 UTC (rev 235316)
@@ -1,5 +1,7 @@
 [Unit]
 Description=IPv6 Packet Filtering Framework
+Before=network-pre.target
+Wants=network-pre.target
 
 [Service]
 Type=oneshot

Modified: iptables.service
===================================================================
--- iptables.service	2015-04-01 06:33:53 UTC (rev 235315)
+++ iptables.service	2015-04-01 07:30:18 UTC (rev 235316)
@@ -1,5 +1,7 @@
 [Unit]
 Description=Packet Filtering Framework
+Before=network-pre.target
+Wants=network-pre.target
 
 [Service]
 Type=oneshot



More information about the arch-commits mailing list