datadog-agent: remove privateTmp=true

This allows postgres integration to connect to socket in /tmp
This commit is contained in:
Domen Kožar 2018-09-19 18:53:11 +01:00
parent e8a35913e1
commit 5715aa1951
No known key found for this signature in database
GPG key ID: C2FFBCAFD2C24246

View file

@ -213,7 +213,6 @@ in {
Group = "datadog";
Restart = "always";
RestartSec = 2;
PrivateTmp = true;
};
restartTriggers = [ datadogPkg ] ++ map (etc: etc.source) etcfiles;
} attrs;