From be6cd32fbe911255764bf0d5dffaf7f5d7d8c1dd Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Mon, 3 Nov 2025 01:48:54 +0000 Subject: v2.1.0: Fix some major bugs --- main.py | 2 +- uni-sync-temp-timer.service | 4 ++-- uni-sync-temp-timer.timer | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/main.py b/main.py index d3b06b2..93f85f0 100755 --- a/main.py +++ b/main.py @@ -8,7 +8,7 @@ from re import sub from json import load, dump UNI_SYNC_FILEPATH = "/etc/uni-sync/uni-sync.json" -PROFILE_FILEPATH = "/etc/lian-li-fancontrol/curves.json" +PROFILE_FILEPATH = "/etc/uni-sync-temp-timer/curves.json" def get_temps(): return run(["sensors"], capture_output=True, text=True) \ diff --git a/uni-sync-temp-timer.service b/uni-sync-temp-timer.service index f587332..4759b4c 100644 --- a/uni-sync-temp-timer.service +++ b/uni-sync-temp-timer.service @@ -1,9 +1,9 @@ [Unit] -Description=Run the Lian Li Fancontrol software every 30s +Description=Run the uni-sync-temp-timer software every 30s [Service] Type=oneshot -ExecStart=/usr/local/bin/lian-li-fancontrol +ExecStart=/usr/local/bin/uni-sync-temp-timer [Install] WantedBy=default.target \ No newline at end of file diff --git a/uni-sync-temp-timer.timer b/uni-sync-temp-timer.timer index f4a92da..ac42f84 100644 --- a/uni-sync-temp-timer.timer +++ b/uni-sync-temp-timer.timer @@ -1,11 +1,11 @@ [Unit] -Description=Run the Lian Li Fancontrol software every 30s +Description=Run the uni-sync-temp-timer software every 30s [Timer] OnBootSec=5s OnUnitActiveSec=5s AccuracySec=1ms -Unit=lian-li-fancontrol.service +Unit=uni-sync-temp-timer.service [Install] WantedBy=timers.target \ No newline at end of file -- cgit v1.2.3-13-gbd6f