git: 401563fe1373 - main - textproc/kibana7: Use proper pid.file location
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 26 Oct 2021 14:23:41 UTC
The branch main has been updated by otis: URL: https://cgit.FreeBSD.org/ports/commit/?id=401563fe1373d2791f035d8e43e34dff77821998 commit 401563fe1373d2791f035d8e43e34dff77821998 Author: Juraj Lutter <otis@FreeBSD.org> AuthorDate: 2021-10-26 14:22:52 +0000 Commit: Juraj Lutter <otis@FreeBSD.org> CommitDate: 2021-10-26 14:22:52 +0000 textproc/kibana7: Use proper pid.file location Fix 4fc5b7999a4a28d337226c6529f18ea00167122d by specifying a proper path to kibana pid file. --- textproc/kibana7/files/patch-config_kibana.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/textproc/kibana7/files/patch-config_kibana.yml b/textproc/kibana7/files/patch-config_kibana.yml index 88cac6039757..9fd5b414496c 100644 --- a/textproc/kibana7/files/patch-config_kibana.yml +++ b/textproc/kibana7/files/patch-config_kibana.yml @@ -5,7 +5,7 @@ # Specifies the path where Kibana creates the process ID file. -#pid.file: /run/kibana/kibana.pid -+pid.file: /var/run/kibana/kibana.pid ++pid.file: /var/run/kibana.pid # Enables you to specify a file where Kibana stores log output. #logging.dest: stdout