1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-24 11:29:10 +00:00
freebsd/etc/rc.d/poffd

18 lines
206 B
Plaintext
Raw Normal View History

#!/bin/sh
#
# $NetBSD$
#
# PROVIDE: poffd
# REQUIRE: DAEMON
. /etc/rc.subr
name="poffd"
rcvar=$name
command="/usr/sbin/${name}"
start_precmd="test -c /dev/pow0"
load_rc_config $name
run_rc_command "$1"