09-29-2023, 03:50 AM
I resolved my slow shutdown with this generic fix:
change:
to:
My personal root causes were: Session c2 and User Login Management both hanging. Now shutdown is almost instant.
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.