dhcp: include dhclient script
This commit is contained in:
parent
7b4ba40e1e
commit
4ae1c4a048
@ -8,7 +8,7 @@ start)
|
|||||||
/usr/sbin/dhclient -q
|
/usr/sbin/dhclient -q
|
||||||
;;
|
;;
|
||||||
stop)
|
stop)
|
||||||
test -f /var/run/dhcpcd.pid && kill $(cat /var/run/dhcpcd.pid)
|
test -f /var/run/dhclient.pid && kill $(cat /var/run/dhclient.pid)
|
||||||
;;
|
;;
|
||||||
restart)
|
restart)
|
||||||
$0 stop
|
$0 stop
|
||||||
|
Loading…
x
Reference in New Issue
Block a user