Fix dogstatsd, needs procps in path.

(cherry picked from commit ecdb0f7867007b2e5ae0d14a0994d3b502d90fa7)
This commit is contained in:
Rob Vermaas 2014-05-18 13:00:33 +02:00
parent 657998dbcb
commit 3ce6ce149e

View file

@ -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";