pkgsrc/security/hitch/files/hitch.sh
fhajny 66e75d67d3 Import hitch-1.2.0 as security/hitch (based on wip/hitch).
Hitch is a libev-based high performance SSL/TLS proxy by Varnish
Software.
2016-05-25 20:15:34 +00:00

18 lines
331 B
Bash

#!@RCD_SCRIPTS_SHELL@
#
# $NetBSD: hitch.sh,v 1.1 2016/05/25 20:15:35 fhajny Exp $
#
# PROVIDE: hitch
# REQUIRE: LOGIN
. /etc/rc.subr
name="hitch"
rcvar=$name
command="@PREFIX@/sbin/hitch"
command_args="--config=@PKG_SYSCONFDIR@/hitch.conf"
required_files="@PKG_SYSCONFDIR@/hitch.conf"
load_rc_config $name
run_rc_command "$1"