pkgsrc-ng/www/varnish/files/varnishd.sh
2013-09-26 17:14:40 +02:00

14 lines
182 B
Bash

#!@RCD_SCRIPTS_SHELL@
#
# PROVIDE: varnishd
# REQUIRE: DAEMON
. /etc/rc.subr
name="varnishd"
rcvar=$name
command="@PREFIX@/sbin/varnishd"
load_rc_config $name
run_rc_command "$1"