Skip to content

Commit

Permalink
datadog-agent: remove privateTmp=true
Browse files Browse the repository at this point in the history
This allows postgres integration to connect to socket in /tmp

(cherry picked from commit 5715aa1)
Signed-off-by: Domen Kožar <domen@dev.si>
  • Loading branch information
domenkozar committed Sep 19, 2018
1 parent 90e9b8d commit b8f71e3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nixos/modules/services/monitoring/datadog-agent.nix
Expand Up @@ -213,7 +213,6 @@ in {
Group = "datadog";
Restart = "always";
RestartSec = 2;
PrivateTmp = true;
};
restartTriggers = [ datadogPkg ] ++ map (etc: etc.source) etcfiles;
} attrs;
Expand Down

0 comments on commit b8f71e3

Please sign in to comment.