summaryrefslogtreecommitdiff
path: root/units
diff options
context:
space:
mode:
authorTom Gundersen <teg@jklm.no>2014-05-16 14:48:58 +0200
committerTom Gundersen <teg@jklm.no>2014-05-16 14:52:02 +0200
commit7da489e630d1c608179d7aea66342c0ec5440932 (patch)
tree45cde8dd9e8e530d3b164116f26eadb16671b9e6 /units
parent3c4cb0645c8e1e2ae37d775da8e5201fa06da9cf (diff)
Revert "networkd: order after udev kernel socket"
This reverts commit a555350d47c4b70d716a63424933b34902c98300. This did not fix the problem, just made it harder to hit.
Diffstat (limited to 'units')
-rw-r--r--units/systemd-networkd.service.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/units/systemd-networkd.service.in b/units/systemd-networkd.service.in
index f0df671c5..fc3b14a6b 100644
--- a/units/systemd-networkd.service.in
+++ b/units/systemd-networkd.service.in
@@ -9,7 +9,7 @@
Description=Network Service
Documentation=man:systemd-networkd.service(8)
DefaultDependencies=no
-After=dbus.service systemd-udevd-kernel.socket
+After=dbus.service
Before=network.target
Wants=network.target
ConditionCapability=CAP_NET_ADMIN