mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
[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:
parent
aa4ccc3113
commit
ed10f3b45b
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -1 +1 @@
|
|||
d /var/run/kibana 0755 kibana kibana - -
|
||||
d /run/kibana 0755 kibana kibana - -
|
Loading…
Add table
Add a link
Reference in a new issue