systemd: stop blocking network.target in NetworkManager-wait-online.service
authorMartin Pitt <martin.pitt@ubuntu.com>
Wed, 11 Mar 2015 15:28:34 +0000 (16:28 +0100)
committerLubomir Rintel <lkundrak@v3.sk>
Fri, 30 Oct 2015 10:37:09 +0000 (11:37 +0100)
commitb42098f4d0221d0c8411c0ebce7dfed1c894078a
tree29c045339e58038ea04490d098d3f7a9bf0dcb24
parentc8ca35bff9225e896fc7b4957addd78c45907c6b
systemd: stop blocking network.target in NetworkManager-wait-online.service

network.target is a very early boot target which basically says "I can start
opening sockets now". It has nothing to do with being connected to the internet
and is often required by early boot services as well.

Drop the unnecessary and wrong Wants=/Before=network.target to avoid dependency
cycles and boot delays.

https://bugzilla.gnome.org/show_bug.cgi?id=746039
https://launchpad.net/1430280
data/NetworkManager-wait-online.service.in