We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f34d948 commit b6ef47fCopy full SHA for b6ef47f
build-armbian/armbian-files/common-files/etc/custom_service/start_service.sh
@@ -95,4 +95,8 @@ openvfd_boxid="15"
95
}
96
97
# Add custom log
98
+[[ -x "/usr/bin/fanoes.sh" ]] && {
99
+ /usr/bin/fanoes.sh >/dev/null 2>&1 &
100
+ echo "[$(date +"%Y.%m.%d.%H:%M:%S")] The temperature-based fan control service (fanoes) started successfully." >>${custom_log}
101
+}
102
echo "[$(date +"%Y.%m.%d.%H:%M:%S")] All custom services executed successfully!" >>${custom_log}
0 commit comments