1
0
Fork 0
mirror of synced 2024-10-22 03:38:59 -04:00

Add pid_file config to defaults file

This commit is contained in:
abednarik 2017-09-14 11:29:35 -03:00
parent 6566e96e22
commit cce0a4c3b7
2 changed files with 3 additions and 0 deletions

View file

@ -18,3 +18,5 @@ CONF_FILE=/etc/grafana/grafana.ini
RESTART_ON_UPGRADE=true
PLUGINS_DIR={{ server.path.data }}/plugins
PID_FILE={{ server.path.pidfile }}

View file

@ -10,6 +10,7 @@ Debian:
home: /usr/share/grafana
data: /var/lib/grafana
logs: /var/log/grafana
pidfile: /var/run/grafana-server.pid
bind:
address: 0.0.0.0
port: 3000