Handle SIGTERM and SIGQUIT shutdown signals. #22

Open
opened 2026-04-05 20:28:58 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @0x484558 on 3/24/2026

By default, graceful shutdown is wired to ctrl_c() which only handles SIGINT. Service can also be terminated with SIGQUIT and SIGTERM and without handling them, the app will not terminate gracefully.

*Originally created by @0x484558 on 3/24/2026* By default, graceful shutdown is wired to `ctrl_c()` which only handles `SIGINT`. Service can also be terminated with `SIGQUIT` and `SIGTERM` and without handling them, the app will not terminate gracefully.
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/vaultwarden#22