summaryrefslogtreecommitdiff
path: root/x11/xfstt/files/xfstt.sh
blob: 6935f8b99c4e6725dbd64ad605d43d797cd285e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!@RCD_SCRIPTS_SHELL@
#
# $NetBSD: xfstt.sh,v 1.4 2002/09/29 12:58:37 wiz Exp $
#
# PROVIDE: xfstt
# REQUIRE: DAEMON

. /etc/rc.subr

name="xfstt"
command="@PREFIX@/bin/${name}"
command_args="--user nobody --notcp --daemon"
pidfile="/var/run/${name}.pid"
start_precmd="${command} --sync >/dev/null"

load_rc_config $name
run_rc_command "$1"