summaryrefslogtreecommitdiffstats
path: root/etc/rc.d/altqd
blob: 85252d5d246048cc315f0bae01912b9bc990c92d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#!/bin/sh
#
# $NetBSD: altqd,v 1.1 2001/04/05 23:55:00 thorpej Exp $
#

# PROVIDE: altqd
# REQUIRE: network mountcritlocal dhclient
# BEFORE:  NETWORKING
# 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"
OpenPOWER on IntegriCloud