mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-12 05:52:19 -04:00
15 lines
207 B
Bash
15 lines
207 B
Bash
#!@RCD_SCRIPTS_SHELL@
|
|
#
|
|
# PROVIDE: varnishlog
|
|
# REQUIRE: varnishd
|
|
|
|
. /etc/rc.subr
|
|
|
|
name="varnishlog"
|
|
rcvar=$name
|
|
command="@PREFIX@/bin/varnishlog"
|
|
command_args="-D"
|
|
|
|
load_rc_config $name
|
|
run_rc_command "$1"
|