diff options
author | Lennart Poettering <lennart@poettering.net> | 2016-11-24 01:58:33 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-24 01:58:33 +0100 |
commit | bbe16abb611d05c4aba255433f061bdce8c321ac (patch) | |
tree | c75358b7411d1bedebba26ff6171893410eb4c03 /units | |
parent | e0c7d5f7be126961e03929b5db40ce960f3ebaaa (diff) | |
parent | 5f004d1e32d7b17f2f8716c779f3b925665b37aa (diff) |
Merge pull request #4710 from martinpitt/networkd-dbus
networkd: allow networkd to start in early boot
Diffstat (limited to 'units')
-rw-r--r-- | units/systemd-networkd.service.m4.in | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/units/systemd-networkd.service.m4.in b/units/systemd-networkd.service.m4.in index a968d8bd45..d1cf3fc133 100644 --- a/units/systemd-networkd.service.m4.in +++ b/units/systemd-networkd.service.m4.in @@ -10,9 +10,8 @@ Description=Network Service Documentation=man:systemd-networkd.service(8) ConditionCapability=CAP_NET_ADMIN DefaultDependencies=no -# dbus.service can be dropped once on kdbus, and systemd-udevd.service can be -# dropped once tuntap is moved to netlink -After=systemd-udevd.service dbus.service network-pre.target systemd-sysusers.service systemd-sysctl.service +# systemd-udevd.service can be dropped once tuntap is moved to netlink +After=systemd-udevd.service network-pre.target systemd-sysusers.service systemd-sysctl.service Before=network.target multi-user.target shutdown.target Conflicts=shutdown.target Wants=network.target |