diff --git a/playbooks/roles/xqwatcher/templates/edx/app/supervisor/conf.d/xqwatcher.conf.j2 b/playbooks/roles/xqwatcher/templates/edx/app/supervisor/conf.d/xqwatcher.conf.j2 index 7fbe734dfa4..9c51b9225fa 100644 --- a/playbooks/roles/xqwatcher/templates/edx/app/supervisor/conf.d/xqwatcher.conf.j2 +++ b/playbooks/roles/xqwatcher/templates/edx/app/supervisor/conf.d/xqwatcher.conf.j2 @@ -9,7 +9,7 @@ {% set executable = xqwatcher_venv_dir + '/bin/python' %} {% endif %} {% if COMMON_ENABLE_DATADOG and COMMON_ENABLE_DATADOG_APP %} -{% set executable = xqwatcher_venv_dir + '/ddtrace-run ' + executable %} +{% set executable = xqwatcher_venv_dir + '/bin/ddtrace-run ' + executable %} {% endif -%} [program:{{ xqwatcher_service_name }}]