forked from mirrors/nixpkgs
Fix dogstatsd, needs procps in path.
(cherry picked from commit ecdb0f7867
)
This commit is contained in:
parent
657998dbcb
commit
3ce6ce149e
|
@ -129,7 +129,7 @@ in {
|
|||
|
||||
systemd.services.dogstatsd = {
|
||||
description = "Datadog statsd";
|
||||
path = [ pkgs."dd-agent" pkgs.python ];
|
||||
path = [ pkgs."dd-agent" pkgs.python pkgs.procps ];
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
serviceConfig = {
|
||||
ExecStart = "${pkgs.dd-agent}/bin/dogstatsd start";
|
||||
|
|
Loading…
Reference in a new issue