On Fri, Mar 20, 2026 at 09:07:56AM -0400, Daniel Sterling wrote: > from https://github.com/systemd/systemd/blob/main/src/shutdown/shutdown.c > > it looks like systemd does indeed try to term then kill all processes > > log_info("Sending SIGTERM to remaining processes..."); > broadcast_signal(SIGTERM, true, true, arg_timeout); > > log_info("Sending SIGKILL to remaining processes..."); > broadcast_signal(SIGKILL, true, false, arg_timeout); > > do you see those entries in your logs?
I see the SIGTERM one but not SIGKILL. -- Alain Williams Linux/GNU Consultant - Mail systems, Web sites, Networking, Programmer, IT Lecturer. +44 (0) 787 668 0256 https://www.phcomp.co.uk/ Parliament Hill Computers. Registration Information: https://www.phcomp.co.uk/Contact.html #include <std_disclaimer.h>

