I'm using Ubuntu 22.04 LTS as base image and running a couple child processes spawned by my entrypoint script in exec mode. I've installed tini via apt and the version is 0.19.0. However, even when I start tini as PID 1, it is not sending SIGTERM to my child processes as I expected. What am I missing here?