diff options
author | John Ankarström <john@ankarstrom.se> | 2021-06-06 18:48:00 +0200 |
---|---|---|
committer | John Ankarström <john@ankarstrom.se> | 2021-06-06 18:48:00 +0200 |
commit | 2bf0fee87a60919cbe34a66795e40cca970ca2ff (patch) | |
tree | e3a2f7a022020e0786ee3e62fe9202df05b4ec78 | |
parent | 83f5471894870f84442b5ce56d6d6ab5c545130a (diff) | |
download | lbsd-2bf0fee87a60919cbe34a66795e40cca970ca2ff.tar.gz |
rc.conf: Remove -b flag from dhcpcd
The -b flag puts dhcpcd into daemon mode. I find it more useful
to wait and see if (and when) dhcpcd succeeds.
-rw-r--r-- | etc/rc.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.conf b/etc/rc.conf index ddc6228..574343d 100644 --- a/etc/rc.conf +++ b/etc/rc.conf @@ -15,7 +15,7 @@ critical_filesystems_local="OPTIONAL:/var OPTIONAL:/usr" random_file=/etc/entropy-file wpa_supplicant=YES dhcpcd=YES -dhcpcd_flags="-4 -qbMz urtwn0,wm0" +dhcpcd_flags="-4 -qMz urtwn0,wm0" sshd=YES ntpd=YES ntpdate=YES |