Linux Lite Forums

Hardware - Support => Start up and Shutdown => Topic started by: Jerry on September 28, 2023, 11:50:26 PM

Title: Slow shutdown systemd
Post by: Jerry on September 28, 2023, 11:50:26 PM
I resolved my slow shutdown with this generic fix:

Code: [Select]
sudo mousepad /etc/systemd/system.conf
change:

Code: [Select]
#DefaultTimeoutStopSec=90s
to:

Code: [Select]
DefaultTimeoutStopSec=10s
My personal root causes were: Session c2 and User Login Management both hanging. Now shutdown is almost instant.