udhcpd comes with a /etc/default/udhcpd file: | # Comment the following line to enable | DHCPD_ENABLED="no" | | # Options to pass to busybox' udhcpd. | # | # -S Log to syslog | # -f run in foreground | | DHCPD_OPTS="-S"
Yes, I know that, that line is commented out.