ubuntu 16.04下使用reboot命令重启等待时间长的解决方法

问题描述:使用reboot命令重启,等待较长一段时间后才会关机,启动之后进入tty1会出现

1
a start job is running for monitor and control system power state

等待3分1秒之后,启动powerd.service失败,就是这个原因导致reboot变慢。

解决方法:

1
sudo systemctl disable powerd.service 

参考链接 askubuntu