mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-09 20:30:20 +01:00
systemd: update NetworkManager-wait-online.service to wait for startup
This commit is contained in:
parent
20fb078dd6
commit
520d2814ba
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue