systemd: update NetworkManager-wait-online.service to wait for startup
authorJiří Klimeš <jklimes@redhat.com>
Wed, 26 Mar 2014 17:14:04 +0000 (18:14 +0100)
committerJiří Klimeš <jklimes@redhat.com>
Mon, 31 Mar 2014 06:37:10 +0000 (08:37 +0200)
data/NetworkManager-wait-online-systemd-pre200.service.in
data/NetworkManager-wait-online.service.in

index fd9be41..d145a79 100644 (file)
@@ -7,7 +7,7 @@ Before=network.target
 
 [Service]
 Type=oneshot
-ExecStart=@bindir@/nm-online -q --timeout=30
+ExecStart=@bindir@/nm-online -s -q --timeout=30
 
 [Install]
 WantedBy=network.target
index b81c5b0..6ad6942 100644 (file)
@@ -7,7 +7,7 @@ Before=network.target network-online.target
 
 [Service]
 Type=oneshot
-ExecStart=@bindir@/nm-online -q --timeout=30
+ExecStart=@bindir@/nm-online -s -q --timeout=30
 
 [Install]
 WantedBy=multi-user.target