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