群晖去除61与58度高温关机

修改

root 下修改sudo -i

  •  /usr/syno/etc/scemd.xml
  • /usr/syno/etc.defaults/scemd.xml

执行顺序:

  1. 备份文件
1
2
cp /usr/syno/etc.defaults/scemd.xml /usr/syno/etc.defaults/scemd.xml.bak
cp  /usr/syno/etc/scemd.xml  /usr/syno/etc/scemd.xml.bak
  1. 修改替换
1
2
3
4
5
6
7
8
vim  /usr/syno/etc/scemd.xml
# 替换命令
%s/58/90/g
%s/61/90/g
vim  /usr/syno/etc.defaults/scemd.xml
# 替换命令
%s/58/90/g
%s/61/90/g
  1. 重启