Skip to content

Commit

Permalink
Fix process-agent parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
L3n41c committed May 24, 2024
1 parent 3a36eb0 commit a4b3789
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfiles/agent/entrypoint.d/process-agent
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env bash
set -euo pipefail

exec /opt/datadog-agent/embedded/bin/process-agent -config=/etc/datadog-agent/datadog.yaml -sysprobe-config=/etc/datadog-agent/system-probe.yaml
exec /opt/datadog-agent/embedded/bin/process-agent --cfgpath=/etc/datadog-agent/datadog.yaml

0 comments on commit a4b3789

Please sign in to comment.