![]() |
Slow shutdown systemd - Printable Version +- Linux Lite Forums (https://www.linuxliteos.com/forums) +-- Forum: Hardware - Support (https://www.linuxliteos.com/forums/forumdisplay.php?fid=6) +--- Forum: Start up and Shutdown (https://www.linuxliteos.com/forums/forumdisplay.php?fid=27) +--- Thread: Slow shutdown systemd (/showthread.php?tid=8936) |
Slow shutdown systemd - Valtam - 09-29-2023 I resolved my slow shutdown with this generic fix: Code: sudo mousepad /etc/systemd/system.conf change: Code: #DefaultTimeoutStopSec=90s to: Code: DefaultTimeoutStopSec=10s My personal root causes were: Session c2 and User Login Management both hanging. Now shutdown is almost instant. |