Updated the the wait.conf drop-in for the new dhcpcd5 package

This commit is contained in:
Serge Schneider
2021-09-27 13:09:13 +01:00
parent 22c1841c2d
commit f844b270e9
2 changed files with 7 additions and 1 deletions
+1 -1
View File
@@ -1518,7 +1518,7 @@ do_boot_wait() {
cat > /etc/systemd/system/dhcpcd.service.d/wait.conf << EOF
[Service]
ExecStart=
ExecStart=/usr/lib/dhcpcd5/dhcpcd -q -w
ExecStart=/usr/sbin/dhcpcd -w
EOF
STATUS=enabled
elif [ $RET -eq 1 ]; then