On Wed, 5 Jun 2019 12:05:08 +0200 François Patte <francois.patte@xxxxxxxxxxxxxxxxxxxx> wrote: > "a stop job is running for rc.local compatibility no limit" > > This a new fantasy of systemd on my system when I shut it down and > there is "no limit": after half a hour, the computer stops with this > message: "forcibly powering off: job timed out". Do you start any jobs in /etc/rc.d/rc.local? These are jobs that you want started at boot, but aren't system jobs. Usually, it is an application that a user has built and installed themselves, but it can be anything. If a stop job doesn't terminate, it usually means that the job it is trying to stop is in non-interruptable sleep, or does not catch SIGTERM signals, and so misses the SIGTERM sent to all running processes for shutdown. _______________________________________________ users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@xxxxxxxxxxxxxxxxxxxxxxx