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

supervisor=supervise-daemon

name="DHCP Client Daemon"
description="DHCP Client Daemon"

command=/sbin/dhcpcd
command_args_foreground="-B"
command_args="-q ${command_args:-}"

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