>>kragen+6v
It does, because SIGTERM is traditionally understood as the trigger for a shutdown. Docker - for instance - will send a SIGTERM to pid 1 when a container is stopped - which goes back to a previous comment here about using a
real init as pid 1 if the thing in your container forks:
>>44990092