vgijssel / setup

Workstation and server setup
MIT License
8 stars 0 forks source link

Properly handle signal propagation #657

Closed mvgijssel closed 2 months ago

mvgijssel commented 2 months ago

Currently when a task is used as the entrypoint of a docker image, the SIGTERM signal is not propagated to the child processes.

Resources