Skip to content

Commit 820a892

Browse files
authored
Update README.md (#60)
Signed-off-by: damachine <christkue79@gmail.com>
1 parent 7f4af41 commit 820a892

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -86,18 +86,14 @@ git clone https://github.com/damachine/coolerdash.git
8686
cd coolerdash
8787

8888
# STEP 2: Start CoolerControl daemon if not already running
89-
systemctl start coolercontrold
89+
systemctl enable --now coolercontrold
9090

9191
# STEP 3: Build and install (auto-detects Linux distribution and installs dependencies)
9292
make install
9393

9494
# STEP 4: Enable autostart
9595
systemctl daemon-reload
9696
systemctl enable --now coolerdash.service
97-
98-
# STEP 5: (optional) Check CoolerDash service status
99-
systemctl status coolerdash.service
100-
journalctl -u coolerdash.service
10197
```
10298

10399
> [!NOTE]

0 commit comments

Comments
 (0)