diff --git a/data/NetworkManager-wait-online.service.in b/data/NetworkManager-wait-online.service.in index 26a8f2536..0ebd3447c 100644 --- a/data/NetworkManager-wait-online.service.in +++ b/data/NetworkManager-wait-online.service.in @@ -26,7 +26,9 @@ RemainAfterExit=yes # gets delayed too long, then the solution is usually not to decrease # the timeout, but to fix your setup so that the connected state # gets reached earlier. -Environment=NM_ONLINE_TIMEOUT=30 +# If there is no network to connect to (if network interface is down), +# NetworkManager will make "nm-online -s" stop without waiting. +Environment=NM_ONLINE_TIMEOUT=60 [Install] WantedBy=network-online.target