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 }