From 59b99ad6772969fa9168173bc6e1472e44326aa8 Mon Sep 17 00:00:00 2001 From: Yves Fischer Date: Mon, 4 May 2015 21:39:58 +0000 Subject: correct user, create lib and logdir --- www/grafana2/pkg-plist | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'www/grafana2/pkg-plist') diff --git a/www/grafana2/pkg-plist b/www/grafana2/pkg-plist index d7186e8..218545b 100644 --- a/www/grafana2/pkg-plist +++ b/www/grafana2/pkg-plist @@ -1,7 +1,9 @@ bin/%%GO_PKGNAME%% %%ETCDIR%%.ini -@dir(influxd,%%GRAFANA_GROUP%%,0750) /var/lib/%%GO_PKGNAME%% -@dir(influxd,%%GRAFANA_GROUP%%,0750) %%DATADIR%% +@dir(%%GRAFANA_USER%%,%%GRAFANA_GROUP%%,0750) /var/log/%%GO_PKGNAME%% +@dir(%%GRAFANA_USER%%,%%GRAFANA_GROUP%%,0750) /var/lib/%%GO_PKGNAME%% +@dir /var/lib +@dir(%%GRAFANA_USER%%,%%GRAFANA_GROUP%%,0750) %%DATADIR%% %%DATADIR%%/conf/defaults.ini %%DATADIR%%/public/app/app.js %%DATADIR%%/public/app/components/config.js -- cgit v1.2.1