archboot/net/etc/conf.d/dhcpcd

7 lines
96 B
Text
Raw Normal View History

2007-02-22 23:46:50 +01:00
#
# Arguments to be passed to the DHCP client daemon
#
2008-10-20 22:39:25 +02:00
DHCPCD_ARGS="-q -L -t 30 -h $HOSTNAME"
2007-02-22 23:46:50 +01:00