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
1 changed files with 1 additions and 1 deletions

View File

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