Kobo: logs sync (fiabilité) + refresh 180s
This commit is contained in:
@@ -11,9 +11,10 @@ cd "$BASE" || exit 1
|
||||
# --- Configuration (adapter au besoin) ---
|
||||
# HTTP direct vers l'IP du homelab (busybox wget, pas de curl/DNS/TLS requis).
|
||||
export MONITORINK_URL="http://192.168.0.43:8899/image.png"
|
||||
export MONITORINK_REFRESH=600
|
||||
export MONITORINK_REFRESH=180 # secondes (compromis fraîcheur horloge / batterie ; ajustable)
|
||||
|
||||
echo "===== monitorink start $(date) =====" >> "$LOG"
|
||||
sync
|
||||
|
||||
# Gouverneur CPU économe (Libra 2 = policy0 ; fallback générique).
|
||||
echo ondemand > /sys/devices/system/cpu/cpufreq/policy0/scaling_governor 2>/dev/null
|
||||
|
||||
Reference in New Issue
Block a user