base-busybox: new systemd service for udhcpc, revbump.
This commit is contained in:
parent
93a469629b
commit
61ff17d8b4
3 changed files with 53 additions and 1 deletions
10
srcpkgs/base-busybox/files/udhcpc@.service
Normal file
10
srcpkgs/base-busybox/files/udhcpc@.service
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue