This unit is provided by:
Options
-
[Install]
-
WantedBy=network-online.target
-
-
[Service]
-
Environment=NM_ONLINE_TIMEOUT=0 NM_ONLINE_TIMEOUT=60
-
Environment=NM_ONLINE_TIMEOUT=60
-
EnvironmentFile=-/etc/sysconfig/network/config
-
ExecStart=/bin/bash -c "if [ ${NM_ONLINE_TIMEOUT} -gt 0 ]; then /usr/bin/nm-online -s -q --timeout=${NM_ONLINE_TIMEOUT} ; else /bin/true ; fi"
-
ExecStart=/usr/bin/nm-online -s -q
-
RemainAfterExit=yes
-
Type=oneshot
-
-
[Unit]
-
After=NetworkManager.service
-
Before=network-online.target
-
Description=Network Manager Wait Online
-
Documentation=man:nm-online(1)
-
Requires=NetworkManager.service
-
Additionnal notes
Nothing here.