summaryrefslogtreecommitdiffstats
path: root/etc/rc.d/altqd
blob: c7e626e13baeef5ea63451e15774f854083cb6af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#!/bin/sh
#
# $NetBSD: altqd,v 1.2 2002/03/22 04:33:58 thorpej Exp $
# $FreeBSD$
#

# 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