NetBSD/etc/rc.d/altqd

22 lines
352 B
Plaintext
Raw Normal View History

2001-04-06 03:54:59 +04:00
#!/bin/sh
#
# $NetBSD: altqd,v 1.3 2003/03/10 18:17:06 lukem 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
. /etc/rc.subr
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"