Files
lidm/include/signal_handler.h
grialion d07395c325 fix: handle SIGTERM for graceful graphical shutdown
Sending SIGTERM to X.org is necessary to avoid graphical lock-up.
2026-01-17 12:34:05 +01:00

4 lines
122 B
C

// handle SIGTERM by sending SIGTERM to all children, resulting
// in a graceful graphical shutdown
void setup_sigterm();