xref: /netbsd/etc/rc.d/dhcpcd (revision 6550d01e)
1#!/bin/sh
2
3# PROVIDE: dhcpcd
4# REQUIRE: network mountcritlocal
5# BEFORE:  NETWORKING
6
7$_rc_subr_loaded . /etc/rc.subr
8
9name=dhcpcd
10rcvar=$name
11command=/sbin/$name
12pidfile=/var/run/$name.pid
13
14load_rc_config $name
15run_rc_command "$1"
16