We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f4af41 commit 820a892Copy full SHA for 820a892
1 file changed
README.md
@@ -86,18 +86,14 @@ git clone https://github.com/damachine/coolerdash.git
86
cd coolerdash
87
88
# STEP 2: Start CoolerControl daemon if not already running
89
-systemctl start coolercontrold
+systemctl enable --now coolercontrold
90
91
# STEP 3: Build and install (auto-detects Linux distribution and installs dependencies)
92
make install
93
94
# STEP 4: Enable autostart
95
systemctl daemon-reload
96
systemctl enable --now coolerdash.service
97
-
98
-# STEP 5: (optional) Check CoolerDash service status
99
-systemctl status coolerdash.service
100
-journalctl -u coolerdash.service
101
```
102
103
> [!NOTE]
0 commit comments