[Boot/Shutdown] 关闭的启动项又出现,开机用时间1分钟32秒
Tofloor
poster avatar
ronghai
deepin
2021-12-20 19:42
Author

关闭的启动项又出现,开机用时间1分钟32秒截图_选择区域_20211220113641.png

Reply Favorite View the author
All Replies
ronghai
deepin
2021-12-20 19:47
#1

每次都要?

sudo systemctl disable apt-daily.service
sudo systemctl disable apt-daily-upgrade.service

Reply View the author
ronghai
deepin
2021-12-20 19:48
#2

27.904s man-db.service
14.149s ModemManager.service

这俩能停吗

Reply View the author
与风长舞的叶
deepin
2021-12-20 21:18
#3

设置里关闭自动检测更新看看

Reply View the author
ronghai
deepin
2021-12-22 16:47
#4
与风长舞的叶

设置里关闭自动检测更新看看

更新原来就关闭了,没用截图_选择区域_20211222084200.png

今天开机有出现了

Reply View the author
与风长舞的叶
deepin
2021-12-22 17:04
#5
ronghai

更新原来就关闭了,没用截图_选择区域_20211222084200.png

今天开机有出现了

1、看了我之前的求助贴,大佬是这样回复我的

systemctl mask apt-daily.service

systemctl mask apt-daily-upgrade.service

解除禁用 unmask

2、原因:百度相关文章,mask的“级别权限”(不知道啥名词瞎编的)比disable要高,如果disable没用的话,就用mask掉这两个。

但是要注意,其他的不清楚的服务不要随意禁用,可能导致其他问题。我只是把这两个mask掉,目前正常

Reply View the author