diff options
author | Lennart Poettering <lennart@poettering.net> | 2014-06-17 02:13:08 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2014-06-17 02:43:44 +0200 |
commit | 324d7a53b9c53b33520b97f2562219ac4143f581 (patch) | |
tree | ec0bb862ba98ff2181a7ff25d76a66e654aeb8c2 /units/systemd-networkd.service.in | |
parent | cebed5005b5ede17fc52ab50c054fca73bc938b8 (diff) |
networkd: don't pull in systemd-networkd-wait-online service from systemd-networkd when enabling
networkd-wait-online should never exist in the default transaction,
unless explicitly enable or pulled in via things like NFS. However, just
enabling networkd shouldn't enable networkd-wait-online, since it's
common to use the former without the latter.
Diffstat (limited to 'units/systemd-networkd.service.in')
-rw-r--r-- | units/systemd-networkd.service.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/units/systemd-networkd.service.in b/units/systemd-networkd.service.in index 57c3fbff51..8b0ea140c0 100644 --- a/units/systemd-networkd.service.in +++ b/units/systemd-networkd.service.in @@ -25,5 +25,4 @@ ProtectHome=yes WatchdogSec=1min [Install] -Also=systemd-networkd-wait-online.service WantedBy=multi-user.target |