From: Lennart Poettering Date: Tue, 17 Jun 2014 00:13:08 +0000 (+0200) Subject: networkd: don't pull in systemd-networkd-wait-online service from systemd-networkd... X-Git-Tag: v215~379 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=324d7a53b9c53b33520b97f2562219ac4143f581;ds=sidebyside 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. --- diff --git a/units/systemd-networkd.service.in b/units/systemd-networkd.service.in index 57c3fbff5..8b0ea140c 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