Skip to content

Commit

Permalink
Merge pull request #116 from karelyatin/bug/2045549
Browse files Browse the repository at this point in the history
[dhcpcd] Drop fallback to ipv4ll and increase wait time to 180s
  • Loading branch information
smoser authored Jul 19, 2024
2 parents 46a1162 + 1e051a2 commit 73e4628
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/etc/init.d/S40network
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ case "$1" in
start)
printf "Starting network: "
/sbin/ifup lo
/sbin/dhcpcd
/sbin/dhcpcd --noipv4ll -w -t 180
[ $? = 0 ] && echo "OK" || echo "FAIL"
;;
stop)
Expand Down

0 comments on commit 73e4628

Please sign in to comment.