From e37fd39f7c20c4f504ae2877796d02660bad6e76 Mon Sep 17 00:00:00 2001 From: nadeemshahzad Date: Fri, 4 Oct 2024 15:17:34 +0500 Subject: [PATCH] fix: Establish supervisor service dependencies on Datadog --- .../supervisor/templates/etc/init/supervisor-systemd.service.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/roles/supervisor/templates/etc/init/supervisor-systemd.service.j2 b/playbooks/roles/supervisor/templates/etc/init/supervisor-systemd.service.j2 index 3907b30810d..f926f04dab2 100644 --- a/playbooks/roles/supervisor/templates/etc/init/supervisor-systemd.service.j2 +++ b/playbooks/roles/supervisor/templates/etc/init/supervisor-systemd.service.j2 @@ -1,7 +1,7 @@ [Unit] Description=supervisord - Supervisor process control system Documentation=http://supervisord.org -After=network.target +After=network.target datadog-agent.service [Service]