[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
parent aa4ccc3113
commit ed10f3b45b
2 changed files with 2 additions and 2 deletions

View file

@ -83,7 +83,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 - -