aboutsummaryrefslogtreecommitdiffstats
path: root/main/dhcpcd/dhcpcd.initd
blob: aab118242e19e1fe0be46d1d5b6d5a0efc09f38d (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 ${command_args:-}"
command_args_foreground="-B"
pidfile="/run/dhcpcd.pid"

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