mirror of
https://github.com/brain-hackers/brain-config.git
synced 2025-12-03 05:34:17 +09:00
Fix wait for network option
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user