Merge pull request #5 from Perceptyx/pid_file_dir
Include PID_FILE_DIR config
This commit is contained in:
commit
1aab527af3
2 changed files with 3 additions and 2 deletions
|
@ -19,4 +19,5 @@ RESTART_ON_UPGRADE=true
|
|||
|
||||
PLUGINS_DIR={{ server.path.data }}/plugins
|
||||
|
||||
PID_FILE={{ server.path.pidfile }}
|
||||
# Only used on systemd systems
|
||||
PID_FILE_DIR={{ server.path.pid_file_dir }}
|
||||
|
|
|
@ -10,7 +10,7 @@ Debian:
|
|||
home: /usr/share/grafana
|
||||
data: /var/lib/grafana
|
||||
logs: /var/log/grafana
|
||||
pidfile: /var/run/grafana-server.pid
|
||||
pid_file_dir: /var/run/grafana
|
||||
bind:
|
||||
address: 0.0.0.0
|
||||
port: 3000
|
||||
|
|
Loading…
Reference in a new issue