5381ae3ca5
We now call dhcp-all-interfaces with an argument, so it won't try and configure all available interfaces. Change-Id: I7dfb7d58ce3d1a92fb093099529e261c7e10e20c
12 lines
346 B
Plaintext
12 lines
346 B
Plaintext
# Call a script to generate a /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"
|
|
|
|
start on starting network-interface
|
|
instance $INTERFACE
|
|
|
|
task
|
|
|
|
exec /usr/local/sbin/dhcp-all-interfaces.sh $INTERFACE
|