NetBSD/etc/rc.d/rbootd

21 lines
329 B
Plaintext
Raw Normal View History

2000-03-10 14:53:23 +03:00
#!/bin/sh
#
# $NetBSD: rbootd,v 1.6 2002/03/22 04:34:00 thorpej Exp $
2000-03-10 14:53:23 +03:00
#
# PROVIDE: rbootd
# REQUIRE: DAEMON
# BEFORE: LOGIN
2000-03-10 14:53:23 +03:00
. /etc/rc.subr
name="rbootd"
rcvar=$name
2000-03-10 14:53:23 +03:00
command="/usr/sbin/${name}"
pidfile="/var/run/${name}.pid"
required_files="/etc/${name}.conf"
extra_commands="reload"
2000-03-10 14:53:23 +03:00
load_rc_config $name
run_rc_command "$1"