Add -q flag to wait.conf

This commit is contained in:
Serge Schneider
2022-01-10 11:55:59 +00:00
parent 87ecf53766
commit d4de3537b9
2 changed files with 8 additions and 1 deletions

View File

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