summaryrefslogtreecommitdiff
path: root/ubuntu/scripts/ltp-network-udhcpd
blob: 06a3de23a27e115eb0a71c3c40e69bb0ce24c914 (plain)
1
2
3
4
5
6
7
8
9
# Comment the following line to enable
DHCPD_ENABLED="yes"

# Options to pass to busybox' udhcpd.
#
# -S    Log to syslog
# -f    run in foreground

DHCPD_OPTS="-S"