Fix wait for network option

This commit is contained in:
Serge Schneider
2017-07-11 11:49:18 +01:00
parent a677daf849
commit e1e3b3cf0f
3 changed files with 9 additions and 2 deletions

View File

@@ -965,7 +965,7 @@ do_boot_wait() {
cat > /etc/systemd/system/dhcpcd.service.d/wait.conf << EOF
[Service]
ExecStart=
ExecStart=/sbin/dhcpcd -q -w
ExecStart=/usr/lib/dhcpcd5/dhcpcd -q -w
EOF
STATUS=enabled
elif [ $RET -eq 1 ]; then