pkgsrc/x11/xfstt/files/xfstt.sh

19 lines
354 B
Bash
Raw Normal View History

#!@RCD_SCRIPTS_SHELL@
2002-09-20 06:05:45 +02:00
#
# $NetBSD: xfstt.sh,v 1.5 2003/02/22 13:33:31 salo Exp $
2002-09-20 06:05:45 +02:00
#
# PROVIDE: xfstt
# REQUIRE: DAEMON
2001-02-18 05:37:37 +01:00
. /etc/rc.subr
2001-02-18 05:37:37 +01:00
name="xfstt"
rcvar=$name
command="@PREFIX@/bin/${name}"
command_args="--user nobody --notcp --daemon"
pidfile="/var/run/${name}.pid"
start_precmd="${command} --sync >/dev/null"
2001-02-18 05:37:37 +01:00
load_rc_config $name
run_rc_command "$1"