systemd: install NetworkManager-wait-online.service into network-online.target

This unit "implements" network-online.target, which is fairly independent from
multi-user.target, so specify the correct install target.

https://bugzilla.gnome.org/show_bug.cgi?id=746039
https://launchpad.net/1430280
This commit is contained in:
Martin Pitt 2015-03-11 16:25:54 +01:00 committed by Lubomir Rintel
parent 65f6b17cbd
commit c8ca35bff9

View file

@ -10,4 +10,4 @@ Type=oneshot
ExecStart=@bindir@/nm-online -s -q --timeout=30
[Install]
WantedBy=multi-user.target
WantedBy=network-online.target