美文网首页
linux开机慢 等待1min30s

linux开机慢 等待1min30s

作者: linux_python | 来源:发表于2020-02-14 11:30 被阅读0次

一、现象

Linux关机或重启时提示A stop job is running for ..

导致关机慢。

二、解决方法

编辑/etc/systemd/system.conf

修改下面两个变量为:

DefaultTimeoutStartSec=10s
DefaultTimeoutStopSec=10s
执行:systemctl daemon-reload

相关文章

网友评论

      本文标题:linux开机慢 等待1min30s

      本文链接:https://www.haomeiwen.com/subject/hhgtbctx.html