base-busybox: new systemd service for udhcpc, revbump.

This commit is contained in:
Juan RP 2012-01-30 10:26:21 +01:00
parent 93a469629b
commit 61ff17d8b4
3 changed files with 53 additions and 1 deletions

View file

@ -0,0 +1,10 @@
[Unit]
Description=Micro DHCP client on %I
Wants=network.target
Before=network.target
[Service]
ExecStart=/sbin/udhcpc -p /var/run/udhcpc-%I.pid -F -n %I
[Install]
Alias=multi-user.target.wants/dhcpcd@eth0.service