The daemon previously only handled SIGINT (Ctrl+C), ignoring SIGTERM which is the standard termination signal used by Docker, Kubernetes, and systemd. This caused containers to wait for the grace period then be force-killed with SIGKILL. Now the daemon handles both SIGINT and SIGTERM for graceful shutdown. Fixes #2529 |
||
|---|---|---|
| .. | ||
| mod.rs | ||