Terminate aio-containers on SIGTERM

Signed-off-by: derhagen <2806328+derhagen@users.noreply.github.com>
This commit is contained in:
derhagen
2026-04-22 14:23:41 +02:00
parent 954f250ac8
commit 7bf5b18d5e
2 changed files with 2 additions and 2 deletions

View File

@@ -8,4 +8,4 @@ if [ -n "$IMAGINARY_SECRET" ]; then
IMAGINARY_ARGS+=(-key "$IMAGINARY_SECRET")
fi
imaginary "${IMAGINARY_ARGS[@]}" "$@"
exec imaginary "${IMAGINARY_ARGS[@]}" "$@"