systemd: install NetworkManager-wait-online.service into network-online.target
authorMartin Pitt <martin.pitt@ubuntu.com>
Wed, 11 Mar 2015 15:25:54 +0000 (16:25 +0100)
committerLubomir Rintel <lkundrak@v3.sk>
Fri, 30 Oct 2015 10:37:09 +0000 (11:37 +0100)
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

data/NetworkManager-wait-online.service.in

index 6ad6942..8b5bfbc 100644 (file)
@@ -10,4 +10,4 @@ Type=oneshot
 ExecStart=@bindir@/nm-online -s -q --timeout=30
 
 [Install]
-WantedBy=multi-user.target
+WantedBy=network-online.target