17 lines
339 B
INI
17 lines
339 B
INI
[Unit]
|
|
Description=Wait for Network to be Configured
|
|
DefaultDependencies=no
|
|
Conflicts=shutdown.target
|
|
After=dhcpcd.service
|
|
Requires=dhcpcd.service
|
|
Before=network-online.target shutdown.target
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/libexec/dhcpcd-wait-online
|
|
TimeoutStartSec=1m
|
|
RemainAfterExit=yes
|
|
|
|
[Install]
|
|
WantedBy=network-online.target
|