1dfd4b3e44
This reverts commit 201c9e8527
.
This depended on the revert for one-at-a-time.
Change-Id: I05f1f85b8f13a1eea3d5e4b144ff92e0e791bdac
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
|