datadog-agent: remove privateTmp=true
This allows postgres integration to connect to socket in /tmp
This commit is contained in:
parent
e8a35913e1
commit
5715aa1951
|
@ -213,7 +213,6 @@ in {
|
||||||
Group = "datadog";
|
Group = "datadog";
|
||||||
Restart = "always";
|
Restart = "always";
|
||||||
RestartSec = 2;
|
RestartSec = 2;
|
||||||
PrivateTmp = true;
|
|
||||||
};
|
};
|
||||||
restartTriggers = [ datadogPkg ] ++ map (etc: etc.source) etcfiles;
|
restartTriggers = [ datadogPkg ] ++ map (etc: etc.source) etcfiles;
|
||||||
} attrs;
|
} attrs;
|
||||||
|
|
Loading…
Reference in New Issue