My Debian 8 vm has lots of systemd logs like this:
Apr 28 23:02:09 foo systemd[22305]: Starting Shutdown.
Apr 28 23:02:09 foo systemd[22305]: Reached target Shutdown.
Apr 28 23:02:09 foo systemd[22305]: Starting Exit the Session...
Apr 28 23:02:09 foo systemd[22305]: Received SIGRTMIN+24 from PID 22461 (kill).
Apr 28 23:02:10 foo systemd[22469]: Starting Paths.
Apr 28 23:02:10 foo systemd[22469]: Reached target Paths.
Apr 28 23:02:10 foo systemd[22469]: Starting Timers.
i.e. lots of Starting Shutdown
lines and SIGRTMIN+24
.
The docs say:
SIGRTMIN+24: Immediately exits the manager (only available for --user instances).
What does 'Shutdown' mean here? I don't think it means shutting down the whole machine - no signs of a reboot happening. So is it just a restart of systemd for some reason? What would cause that?
Confused!