From 511ad52279d8084347c674e0673e89fd7a092228 Mon Sep 17 00:00:00 2001 From: damachine Date: Tue, 23 Sep 2025 04:09:11 +0200 Subject: [PATCH] Update README.md Signed-off-by: damachine --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index 70e5dbb..114afb6 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,7 @@ git clone https://github.com/damachine/coolerdash.git cd coolerdash # STEP 2: Start CoolerControl daemon if not already running -systemctl start coolercontrold +systemctl enable --now coolercontrold # STEP 3: Build and install (auto-detects Linux distribution and installs dependencies) make install @@ -94,10 +94,6 @@ make install # STEP 4: Enable autostart systemctl daemon-reload systemctl enable --now coolerdash.service - -# STEP 5: (optional) Check CoolerDash service status -systemctl status coolerdash.service -journalctl -u coolerdash.service ``` > [!NOTE]