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

name="DHCP Client Daemon"
command="/sbin/dhcpcd"
pidfile="/run/dhcpcd.pid"
command_args="-q ${command_args:-}"

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