textproc/consul-template Fix rc script stop signal
PR: 224391 Submitted by: Douglas Thrift <douglas@douglasthrift.net>
This commit is contained in:
parent
c02c0a20f5
commit
2641cb11a8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=456563
@ -4,6 +4,7 @@
|
||||
PORTNAME= consul-template
|
||||
PORTVERSION= 0.19.4
|
||||
DISTVERSIONPREFIX= v
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= textproc
|
||||
|
||||
MAINTAINER= swills@FreeBSD.org
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user