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.confchange:
Code:
#DefaultTimeoutStopSec=90sto:
Code:
DefaultTimeoutStopSec=10sMy personal root causes were: Session c2 and User Login Management both hanging. Now shutdown is almost instant.