networkd: order after udev kernel socket

Otherwise we will not be able to queuery whether devices are initialized on kdbus enabled systems.
This commit is contained in:
Tom Gundersen 2014-04-19 22:13:49 +02:00
parent 667fcc6d7d
commit a555350d47

View file

@ -9,7 +9,7 @@
Description=Network Service Description=Network Service
Documentation=man:systemd-networkd.service(8) Documentation=man:systemd-networkd.service(8)
DefaultDependencies=no DefaultDependencies=no
After=dbus.service After=dbus.service systemd-udevd-kernel.socket
Before=network.target Before=network.target
Wants=network.target Wants=network.target
ConditionCapability=CAP_NET_ADMIN ConditionCapability=CAP_NET_ADMIN