base-busybox: udhcpc@.service improvements.
This commit is contained in:
parent
61ff17d8b4
commit
d15cafd711
|
@ -4,7 +4,7 @@ Wants=network.target
|
|||
Before=network.target
|
||||
|
||||
[Service]
|
||||
ExecStart=/sbin/udhcpc -p /var/run/udhcpc-%I.pid -F -n %I
|
||||
ExecStart=/sbin/udhcpc -p /var/run/udhcpc-%I.pid -R -f -n %I
|
||||
|
||||
[Install]
|
||||
Alias=multi-user.target.wants/dhcpcd@eth0.service
|
||||
|
|
|
@ -4,7 +4,7 @@ version=1.19.3
|
|||
wrksrc="busybox-${version}"
|
||||
homepage="http://www.busybox.net"
|
||||
distfiles="${homepage}/downloads/busybox-$version.tar.bz2"
|
||||
revision=3
|
||||
revision=4
|
||||
short_desc="The Swiss Army Knife of Embedded Linux - for base system"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="GPL-2"
|
||||
|
|
Loading…
Reference in New Issue