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";
|
||||
Restart = "always";
|
||||
RestartSec = 2;
|
||||
PrivateTmp = true;
|
||||
};
|
||||
restartTriggers = [ datadogPkg ] ++ map (etc: etc.source) etcfiles;
|
||||
} attrs;
|
||||
|
Loading…
Reference in New Issue
Block a user