NetBSD/etc/rc.d/altqd

22 lines
371 B
Plaintext
Raw Normal View History

2001-04-06 03:54:59 +04:00
#!/bin/sh
#
# $NetBSD: altqd,v 1.4 2004/08/13 18:08:03 mycroft Exp $
2001-04-06 03:54:59 +04:00
#
# PROVIDE: altqd
# REQUIRE: mountcritremote
# BEFORE: SERVERS
2001-04-06 03:54:59 +04:00
# KEYWORD: shutdown
$_rc_subr_loaded . /etc/rc.subr
2001-04-06 03:54:59 +04:00
name="altqd"
rcvar=$name
command="/usr/sbin/${name}"
pidfile="/var/run/${name}.pid"
required_files="/etc/altq.conf"
extra_commands="reload"
load_rc_config $name
run_rc_command "$1"