Files
src/base/rootfs/etc/rc.d/mdevd
T
2026-08-04 17:59:44 +01:00

12 lines
149 B
Bash

#!/bin/sh
# PROVIDE: mdevd DEVFS
# BEFORE: machine_identity
. /etc/rc.subr
name=mdevd
command=/sbin/mdevd
command_args="-C &"
run_rc_command "$1"