From a25fbf1a7f9a1e7272000217c7a03f61c75191ee Mon Sep 17 00:00:00 2001 From: damachine Date: Sat, 27 Sep 2025 00:39:28 +0200 Subject: [PATCH] Fix formatting in service management commands Signed-off-by: damachine --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 61c8b9b..45fa5c9 100644 --- a/README.md +++ b/README.md @@ -109,11 +109,11 @@ systemctl enable --now coolerdash.service ```bash # Service control -systemctl enable --now coolerdash.service # Enable and Start! -systemctl start coolerdash.service # Start -systemctl stop coolerdash.service # Stop -systemctl restart coolerdash.service # Restart -systemctl status coolerdash.service # Status + recent logs +systemctl enable --now coolerdash.service # Enable and Start! +systemctl start coolerdash.service # Start +systemctl stop coolerdash.service # Stop +systemctl restart coolerdash.service # Restart +systemctl status coolerdash.service # Status + recent logs # Journal log journalctl -u coolerdash.service