From b8f71e3c79b8108c86758f5d9b0b74c583e2aba5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Domen=20Ko=C5=BEar?= Date: Wed, 19 Sep 2018 18:53:11 +0100 Subject: [PATCH] datadog-agent: remove privateTmp=true MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This allows postgres integration to connect to socket in /tmp (cherry picked from commit 5715aa1951b7b59d5332e5fdbbadb0e5b469887f) Signed-off-by: Domen Kožar --- nixos/modules/services/monitoring/datadog-agent.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/nixos/modules/services/monitoring/datadog-agent.nix b/nixos/modules/services/monitoring/datadog-agent.nix index 35c08f5e7e303d..8fd3455a238f5a 100644 --- a/nixos/modules/services/monitoring/datadog-agent.nix +++ b/nixos/modules/services/monitoring/datadog-agent.nix @@ -213,7 +213,6 @@ in { Group = "datadog"; Restart = "always"; RestartSec = 2; - PrivateTmp = true; }; restartTriggers = [ datadogPkg ] ++ map (etc: etc.source) etcfiles; } attrs;