diskimage-builder/elements/dhcp-all-interfaces/install.d/dhcp-all-interfaces.conf

11 lines
321 B
Plaintext
Raw Normal View History

# 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"
start on starting network-interface
task
exec /usr/local/sbin/generate-interfaces-file.sh