textproc/consul-template Fix rc script stop signal

PR:		224391
Submitted by:	Douglas Thrift <douglas@douglasthrift.net>
This commit is contained in:
Steve Wills 2017-12-17 21:04:49 +00:00
parent c02c0a20f5
commit 2641cb11a8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=456563
2 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,7 @@
PORTNAME= consul-template
PORTVERSION= 0.19.4
DISTVERSIONPREFIX= v
PORTREVISION= 1
CATEGORIES= textproc
MAINTAINER= swills@FreeBSD.org

View File

@ -37,6 +37,7 @@ pidfile=/var/run/consul-template.pid
procname="%%PREFIX%%/bin/consul-template"
command="/usr/sbin/daemon"
command_args="-f -p ${pidfile} /usr/bin/env ${consul_template_env} ${procname} -config=%%PREFIX%%/etc/consul-template.d ${consul_template_args}"
sig_stop="INT"
start_precmd=consul_template_startprecmd