1
0
mirror of https://github.com/systemd/systemd.git synced 2025-03-10 16:58:28 +03:00

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.
This commit is contained in:
Lennart Poettering 2014-06-17 02:13:08 +02:00
parent cebed5005b
commit 324d7a53b9

View File

@ -25,5 +25,4 @@ ProtectHome=yes
WatchdogSec=1min
[Install]
Also=systemd-networkd-wait-online.service
WantedBy=multi-user.target