forked from Lainports/freebsd-ports
consul: Add reload command to the rc.d script
Submitted by: Andrew Fengler <andrew.fengler@scaleengine.com> Reviewed by: matthew Approved by: swills (maintainer) Sponsored by: ScaleEngine Inc. Differential Revision: https://reviews.freebsd.org/D7487
This commit is contained in:
parent
0ec7b47220
commit
fd6baeb675
2 changed files with 2 additions and 0 deletions
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
PORTNAME= consul
|
||||
PORTVERSION= 0.6.4
|
||||
PORTREVISION= 1
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= https://releases.hashicorp.com/consul/${PORTVERSION}/:web_ui
|
||||
|
|
|
|||
|
|
@ -24,6 +24,7 @@
|
|||
|
||||
name=consul
|
||||
rcvar=consul_enable
|
||||
extra_commands="reload"
|
||||
|
||||
load_rc_config $name
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue