aboutsummaryrefslogtreecommitdiffstats
path: root/main/dhcpcd/dhcpcd.initd
blob: 7daa07b94e9efb53b83b258737840dab02638f0e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/sbin/openrc-run

description="DHCP Client Daemon"

command="/sbin/dhcpcd"
command_args="-q -B ${command_args:-}"
command_background="true"
pidfile="/run/dhcpcd.pid"

depend() {
	provide net
	need localmount
	use logger network
	after bootmisc modules
	before dns
}