systemd: update NetworkManager-wait-online.service to wait for startup

This commit is contained in:
Jiří Klimeš 2014-03-26 18:14:04 +01:00
parent 20fb078dd6
commit 520d2814ba
2 changed files with 2 additions and 2 deletions

View 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

View 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