[玩法/技巧] 让diy的群辉更安静,更省电:群晖CPU频率动态调整。 |
開機後要自動執行,可以修改 /usr/syno/etc/rc.d 內的 s98findhostd.sh
增加如下紅色字 #!/bin/sh # # S01findhostd.sh - startup script for findhostd # # This goes in /usr/syno/etc/rc.d and gets run at boot-time. FINDHOSTD=/usr/syno/bin/findhostd /opt/bin/cpufreq-set -c 0 -g ondemand /opt/bin/cpufreq-set -c 1 -g ondemand case "$1" in |