diff options
| author | Aryadev Chavali <aryadev@aryadevchavali.com> | 2025-11-03 01:48:54 +0000 | 
|---|---|---|
| committer | Aryadev Chavali <aryadev@aryadevchavali.com> | 2025-11-03 01:48:54 +0000 | 
| commit | be6cd32fbe911255764bf0d5dffaf7f5d7d8c1dd (patch) | |
| tree | ab7e14b9c5f1a5be3f7c3ea5b5f3844f4c9142e5 | |
| parent | b87a49a217d9277eddca93ed7b08d0fda665b588 (diff) | |
| download | uni-sync-temp-timer-be6cd32fbe911255764bf0d5dffaf7f5d7d8c1dd.tar.gz uni-sync-temp-timer-be6cd32fbe911255764bf0d5dffaf7f5d7d8c1dd.tar.bz2 uni-sync-temp-timer-be6cd32fbe911255764bf0d5dffaf7f5d7d8c1dd.zip  | |
v2.1.0: Fix some major bugs
| -rwxr-xr-x | main.py | 2 | ||||
| -rw-r--r-- | uni-sync-temp-timer.service | 4 | ||||
| -rw-r--r-- | uni-sync-temp-timer.timer | 4 | 
3 files changed, 5 insertions, 5 deletions
@@ -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  | 
