Linux Lite Forums

Full Version: Slow shutdown systemd
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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.