From 91195976e33204a3610bbed76b13e92efc03345b Mon Sep 17 00:00:00 2001 From: John Hays Date: Wed, 6 Mar 2024 14:50:53 -0800 Subject: [PATCH] Format --- util/NOTE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/util/NOTE.md b/util/NOTE.md index a8d3dea..6335457 100644 --- a/util/NOTE.md +++ b/util/NOTE.md @@ -18,7 +18,7 @@ The program **systemctl** is how your manage these services (as root using sudo) for example: -** sudo systemctl status dsgwdashboard
+ **sudo systemctl status dsgwdashboard
sudo systemctl enable dsgwdashboard
sudo systemctl start dsgwdashboard
sudo systemctl stop dsgwdashboard
@@ -30,7 +30,7 @@ for example: sudo systemctl start dgwtimeserver
sudo systemctl stop dgwtimeserver
sudo systemctl restart dgwtimeserver
- sudo systemctl disable dgwtimeserver
** + sudo systemctl disable dgwtimeserver** and so forth.