From e0c473766f38681ffb986e4b0ca8e18214e566a0 Mon Sep 17 00:00:00 2001 From: damachine Date: Sat, 27 Sep 2025 20:10:59 +0200 Subject: [PATCH] Update CoolerDash runtime instructions in README Clarified service management instructions and config file handling. Signed-off-by: damachine --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 45fa5c9..2fe23fb 100644 --- a/README.md +++ b/README.md @@ -93,7 +93,9 @@ systemctl enable --now coolerdash.service > [!IMPORTANT] > #### CoolerDash Runtime: -> - All settings are managed in `/etc/coolerdash/config.ini`. +> - Don't forget to enable/start the service `systemctl enable --now coolerdash.service`. +> - The application starts with preset default settings- +> - If needed. All settings are managed in `/etc/coolerdash/config.ini`. > - After editing the config file, restart the service with `systemctl restart coolerdash.service` to apply your changes. > [!TIP]