From a3ff19a9cc4a75bc88bef42ab22861ec2531f658 Mon Sep 17 00:00:00 2001 From: damachine Date: Sun, 14 Sep 2025 01:55:35 +0200 Subject: [PATCH] chore: remove dependency on coolercontrol-liquid.service and prepare for CoolerControl v3 update - Removed the requirement for the `coolercontrol-liquid.service` systemd service. - Updated configurations to align with upcoming changes in CoolerControl version 3. - Ensured compatibility with the new service structure introduced in the update. --- etc/systemd/coolerdash.service | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/systemd/coolerdash.service b/etc/systemd/coolerdash.service index 7f0cd99..c934b74 100644 --- a/etc/systemd/coolerdash.service +++ b/etc/systemd/coolerdash.service @@ -31,8 +31,8 @@ [Unit] Description=CoolerDash daemon Documentation=man:coolerdash(1) -After=coolercontrol-liqctld.service coolercontrold.service -Requires=coolercontrol-liqctld.service coolercontrold.service +After=coolercontrold.service +Requires=coolercontrold.service [Service] Type=simple