grafana service: unbreak
Accidentally broken by4fede53c09
("nixos manuals: bring back package references"). Without this fix, grafana won't start: $ systemctl status grafana ... systemd[1]: Starting Grafana Service Daemon... systemd[1]: Started Grafana Service Daemon. grafana[666]: 2016/03/06 19:57:32 [log.go:75 Fatal()] [E] Failed to detect generated css or javascript files in static root (%!s(MISSING)), have you executed default grunt task? systemd[1]: grafana.service: Main process exited, code=exited, status=1/FAILURE systemd[1]: grafana.service: Unit entered failed state. systemd[1]: grafana.service: Failed with result 'exit-code'. (cherry picked from commitd99033beb9
)
This commit is contained in:
parent
1e634a6fcc
commit
1db66c9f47
|
@ -87,7 +87,7 @@ in {
|
|||
|
||||
staticRootPath = mkOption {
|
||||
description = "Root path for static assets.";
|
||||
default = "${cfg.package.out}/share/grafana/public";
|
||||
default = "${cfg.package}/share/grafana/public";
|
||||
type = types.str;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user