NetBSD/etc/rc.d/rbootd

21 lines
346 B
Plaintext
Raw Normal View History

2000-03-10 14:53:23 +03:00
#!/bin/sh
#
# $NetBSD: rbootd,v 1.7 2004/08/13 18:08:03 mycroft Exp $
2000-03-10 14:53:23 +03:00
#
# PROVIDE: rbootd
# REQUIRE: DAEMON
# BEFORE: LOGIN
2000-03-10 14:53:23 +03:00
$_rc_subr_loaded . /etc/rc.subr
2000-03-10 14:53:23 +03:00
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"