2014-01-21 21:10:43 +00:00
|
|
|
# Call a script to generate a /etc/network/interfaces file to DHCP all available interfaces
|
2013-03-05 17:34:19 +00:00
|
|
|
# Then remove this config file so the script is never run again
|
|
|
|
|
|
|
|
description "DHCP any connected, but unconfigured network interfaces"
|
|
|
|
|
2013-10-11 18:02:52 +00:00
|
|
|
start on starting network-interface
|
|
|
|
instance $INTERFACE
|
2013-03-05 17:34:19 +00:00
|
|
|
|
|
|
|
task
|
|
|
|
|
2014-04-01 20:14:03 +00:00
|
|
|
exec /usr/local/sbin/dhcp-all-interfaces.sh $INTERFACE
|