2013-03-05 17:34:19 +00:00
|
|
|
# Call a script to generate an /etc/network/interfaces file to DHCP all available interfaces
|
|
|
|
# Then remove this config file so the script is never run again
|
|
|
|
|
|
|
|
description "DHCP any connected, but unconfigured network interfaces"
|
|
|
|
|
2013-10-03 23:00:19 +00:00
|
|
|
start on starting cloud-init-nonet
|
2013-03-05 17:34:19 +00:00
|
|
|
|
|
|
|
task
|
|
|
|
|
|
|
|
exec /usr/local/sbin/generate-interfaces-file.sh
|