#!/usr/bin/env bash
set -euo pipefail

exec /opt/datadog-agent/embedded/bin/process-agent --cfgpath=/etc/datadog-agent/datadog.yaml
