Skip to content

Commit

Permalink
Set Grafana's Working Directory
Browse files Browse the repository at this point in the history
Some Grafana functionality uses relative path to cwd
  • Loading branch information
bdwyertech authored and delgod committed Jan 1, 2018
1 parent 1ebfe3f commit 4e13a00
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions supervisord.conf
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ autorestart = true
[program:grafana]
priority = 3
user = grafana
directory = /usr/share/grafana
environment = HOME=/usr/share/grafana
command =
/usr/sbin/grafana-server
Expand Down

0 comments on commit 4e13a00

Please sign in to comment.