nixos/datadog-agent: fix deprecated trace agent option (#336546)

This commit is contained in:
Domen Kožar 2024-10-03 16:15:08 +01:00 committed by GitHub
commit e873268a35
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -288,7 +288,7 @@ in {
path = [ ];
script = ''
export DD_API_KEY=$(head -n 1 ${cfg.apiKeyFile})
${datadogPkg}/bin/trace-agent -config /etc/datadog-agent/datadog.yaml
${datadogPkg}/bin/trace-agent --config /etc/datadog-agent/datadog.yaml
'';
});