xref: /dragonfly/etc/rc.d/udevd_early (revision 0ca59c34)
1#!/bin/sh
2# PROVIDE: udevd_early
3# BEFORE: mountcritlocal
4
5. /etc/rc.subr
6
7name="udevd_early"
8rcvar=`set_rcvar`
9command="/sbin/udevd"
10
11load_rc_config $name
12run_rc_command "$1"
13
14