Skip to content

Commit 1cb455d

Browse files
authored
fix(installer): Synchronously terminate the installer experiment (#33459)
1 parent f562fb5 commit 1cb455d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/fleet/installer/packages/embedded/datadog-installer-exp.service

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Type=oneshot
1010
PIDFile=/opt/datadog-packages/run/installer-exp.pid
1111
ExecStart=/opt/datadog-packages/datadog-installer/experiment/bin/installer/installer run -p /opt/datadog-packages/run/installer-exp.pid
1212
ExecStart=/bin/false
13+
ExecStop=/usr/bin/tail --pid $MAINPID -f /dev/null
1314
ExecStop=/bin/false
1415

1516
[Install]

0 commit comments

Comments
 (0)