LinuxMint/Ubuntu 关机重启等待 90 秒问题的解决办法(其他发行版也可行):
1.安装 watchdog
sudo apt install watchdog

2.开启 watchdog 服务
sudo systemctl enable watchdog.service

3.马上启用 watchdog 服务
sudo systemctl start watchdog.service

只需上述三步,关机等待 90 秒就消失了。

相关文章:

  • 2021-07-02
  • 2022-12-23
  • 2022-03-08
  • 2021-09-19
  • 2022-12-23
  • 2021-11-16
猜你喜欢
  • 2022-12-23
  • 2021-09-21
  • 2021-08-13
  • 2020-02-16
  • 2021-09-08
相关资源
相似解决方案