5da1f1324b
Rename generate-interfaces-file.sh to dhcp-all-interfaces.sh so that it is easier to find/remember in the $PATH on a deployed image. Also, on some distros the script actually generates many files so the previous name was a bit confusing. Change-Id: I7152fa7c28e8ade251311da2cd5f75972423b66c
15 lines
335 B
Desktop File
15 lines
335 B
Desktop File
[Unit]
|
|
Description=DHCP All Interfaces Service
|
|
Wants=local-fs.target systemd-udev-settle.service
|
|
After=local-fs.target systemd-udev-settle.service
|
|
Before=network.service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/local/sbin/dhcp-all-interfaces.sh
|
|
RemainAfterExit=yes
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
Alias=dhcp-all-interfaces.service
|