2014-01-09 20:32:52 +00:00
|
|
|
[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
|
2014-01-21 21:10:43 +00:00
|
|
|
ExecStart=/usr/local/sbin/dhcp-all-interfaces.sh
|
2014-01-09 20:32:52 +00:00
|
|
|
RemainAfterExit=yes
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|
|
|
|
Alias=dhcp-all-interfaces.service
|