diff --git a/.templates/ha_entrypoint.sh b/.templates/ha_entrypoint.sh index 0200fbec3..c062fda6c 100755 --- a/.templates/ha_entrypoint.sh +++ b/.templates/ha_entrypoint.sh @@ -20,7 +20,7 @@ if [ "$$" -eq 1 ]; then echo "All subprocesses terminated. Exiting." exit 0 } - trap terminate SIGTERM + trap terminate SIGTERM SIGINT fi echo "Starting..."