summaryrefslogtreecommitdiff
path: root/graphics/nvtv/files/nvtvd.sh
blob: 68a3c65e86f733b38e3260e39400064a1eaedede (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!@RCD_SCRIPTS_SHELL@
#
# $NetBSD: nvtvd.sh,v 1.1.1.1 2003/10/05 09:16:17 cube Exp $
#

# PROVIDE: nvtvd
# REQUIRE: DAEMON

. /etc/rc.subr

name="nvtvd"
rcvar=$name
command="@PREFIX@/bin/nvtvd"

load_rc_config $name
run_rc_command "$1"