mirror of
https://github.com/pygos/init-scripts.git
synced 2024-11-14 00:47:10 +01:00
10 lines
182 B
Text
10 lines
182 B
Text
description "DHCP client on %0"
|
|
type once
|
|
target boot
|
|
after dhcpcdmaster network
|
|
|
|
tty /dev/null
|
|
exec {
|
|
"@SCRIPTDIR@/waitfile" 5 200 /run/dhcpcd.sock /run/dhcpcd.pid
|
|
dhcpcd -n %0
|
|
}
|