nixos/graphite: fix beacon config parameter
This commit is contained in:
@@ -585,7 +585,7 @@ in {
|
|||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
ExecStart = ''
|
ExecStart = ''
|
||||||
${pkgs.pythonPackages.graphite_beacon}/bin/graphite-beacon \
|
${pkgs.pythonPackages.graphite_beacon}/bin/graphite-beacon \
|
||||||
--config ${pkgs.writeText "graphite-beacon.json" (builtins.toJSON cfg.beacon.config)}
|
--config=${pkgs.writeText "graphite-beacon.json" (builtins.toJSON cfg.beacon.config)}
|
||||||
'';
|
'';
|
||||||
User = "graphite";
|
User = "graphite";
|
||||||
Group = "graphite";
|
Group = "graphite";
|
||||||
|
|||||||
Reference in New Issue
Block a user