mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-12 14:00:19 -04:00
14 lines
182 B
Bash
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"
|