diff options
| -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 |
