[deb/rpm] Remove /var prefix from tmpfiles.d (#82196)

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
Jonathan Budzenski 2020-11-09 10:05:26 -06:00 committed by GitHub
parent d2d30e7f80
commit b5e6d7c29d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -80,7 +80,7 @@
#elasticsearch.logQueries: false
# Specifies the path where Kibana creates the process ID file.
#pid.file: /var/run/kibana.pid
#pid.file: /run/kibana/kibana.pid
# Enables you to specify a file where Kibana stores log output.
#logging.dest: stdout

View file

@ -1 +1 @@
d /var/run/kibana 0755 kibana kibana - -
d /run/kibana 0755 kibana kibana - -