blob: 0539b25dafbf5b2a94c126b67f6b41a27888b0a8 (
plain) (
tree)
|
|
#!/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
}
|