sysutils/logstash6: Add reload to rc script
Logstash gracefully handles SIGHUP
This commit is contained in:
parent
ae9b74dcfc
commit
e929ea2e17
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=463993
2 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= logstash
|
||||
PORTVERSION= 6.2.2
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= sysutils java
|
||||
MASTER_SITES= http://artifacts.elastic.co/downloads/logstash/
|
||||
PKGNAMESUFFIX= 6
|
||||
|
|
|
@ -65,7 +65,7 @@ logdir="/var/log"
|
|||
|
||||
pidfile=/var/run/${name}/${name}.pid
|
||||
|
||||
extra_commands=configtest
|
||||
extra_commands="configtest reload"
|
||||
start_precmd="logstash_precmd"
|
||||
configtest_cmd=configtest
|
||||
|
||||
|
|
Loading…
Reference in a new issue