Update rc.conf
netwait might be useful so services don't get hung trying to start before we have IPv6 networking, named and isc-dhcpd6 seem to have this issue in particular, used Google DNS IPv6 addresses for this example
This commit is contained in:
parent
8f81806651
commit
dd9417141f
1 changed files with 3 additions and 0 deletions
|
@ -42,3 +42,6 @@ powerd_enable="YES"
|
|||
powerd_flags="-b hadp -n hadp -a hadp"
|
||||
ntpd_enable="YES"
|
||||
sshd_enable="YES"
|
||||
netwait_enable="YES"
|
||||
netwait_if="ngeth0"
|
||||
netwait_ip="2001:4860:4860::8888 2001:4860:4860::8844"
|
||||
|
|
Loading…
Reference in a new issue