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://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=324d7a53b9c53b33520b97f2562219ac4143f581;p=thirdparty%2Fsystemd.git 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 57c3fbff51e..8b0ea140c0b 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