diff --git a/e2e/lifecycle/inputs/service.nomad b/e2e/lifecycle/inputs/service.nomad index 5a7f8bfba02a..7b762cba4c48 100644 --- a/e2e/lifecycle/inputs/service.nomad +++ b/e2e/lifecycle/inputs/service.nomad @@ -120,7 +120,7 @@ if [ ! -f ${NOMAD_ALLOC_DIR}/poststart-started ]; then exit 15; fi touch ${NOMAD_ALLOC_DIR}/main-checked echo trap -trap cleanup SIGINT +trap cleanup SIGTERM echo sleep while true