Post #1665429
2026-01-15 00:36 UTC
Isn't that what `SIGTERM` is?
A request to gracefully shutdown processes.
Replies (4)
-
@9point6@lemmy.world 2026-01-15 01:49
`kill`, and I swear to god if you're still there when I `ps`, I'm getting out the `-9`
-
@pewpew@feddit.it 2026-01-15 00:41
Systemd waits until the services terminate before shutting down
-
@cannedtuna@lemmy.world 2026-01-15 01:15
How’s that differ from ```SIGHUP```?
-
@SlurpingPus@lemmy.world 2026-01-15 09:18
I bet the GUI environments also have their own mechanisms to indicate that the app needs to close, before whipping out the signals.