![]() |
|
Slow shutdown systemd - Printable Version +- Linux Lite Forums (https://www.135978621.xyz/forums) +-- Forum: Hardware - Support (https://www.135978621.xyz/forums/forumdisplay.php?fid=6) +--- Forum: Start up and Shutdown (https://www.135978621.xyz/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.confchange: Code: #DefaultTimeoutStopSec=90sto: Code: DefaultTimeoutStopSec=10sMy personal root causes were: Session c2 and User Login Management both hanging. Now shutdown is almost instant. |