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