ubuntu 16.04 reboot命令慢的原因
使用reboot重启,会卡住很久才会关机,启动之后进入tty1会有
a start job is running for monitor and control system power state  
等待3分1秒之后,启动powerd.service失败。就是这个原因导致reboot很慢,因为要先等这个服务启动完成。
解决方法:
sudo systemctl disable powerd.service 
在这里找到的解决方法:(https://askubuntu.com/questions/607579/powerd-service-takes-eternity-to-start-at-boot)
评论
发表评论