Linux——关机太慢
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash

·
之前笔记本偶尔关机/重启时会卡在一个地方,之前没管过,今天我拍了一个视频(因为执行前看不到,一旦执行又很快过去了),看到是以下的信息
# 有的时候会显示这个 A stop job is running for Session c2 of user ... (1min 30s)
# 但当处理完后会显示下面的
stopped session c2 for user xxx
应该是user xxx 下有任务没有关闭,它就一直在等,默认等待的时长很长,所以等待时间很长,要让他自动处理,可以使用看门狗。
# 安装看门狗
pacman -S
# 然后设置开机启动服务
systemctl enable watchdog.service
#安装后到现在为止再也没有看到那个现象
systemctl start watchdog.service




A beautiful web dashboard for Linux
最近提交(Master分支:1 个月前 )
186a802e
added ecosystem file for PM2 5 年前
5def40a3
Add host customization support for the NodeJS version 5 年前

新一代开源开发者平台 GitCode,通过集成代码托管服务、代码仓库以及可信赖的开源组件库,让开发者可以在云端进行代码托管和开发。旨在为数千万中国开发者提供一个无缝且高效的云端环境,以支持学习、使用和贡献开源项目。
更多推荐
所有评论(0)