From 379a4486d6c22fd130552dc3b7554ae29f89f9db Mon Sep 17 00:00:00 2001 From: John Hays Date: Wed, 6 Mar 2024 14:49:23 -0800 Subject: [PATCH] Format --- util/NOTE.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/util/NOTE.md b/util/NOTE.md index 0e68ea8..a8d3dea 100644 --- a/util/NOTE.md +++ b/util/NOTE.md @@ -17,6 +17,7 @@ The program **systemctl** is how your manage these services (as root using sudo) **disable** - turning off automatic startup when reboot
for example: + ** sudo systemctl status dsgwdashboard
sudo systemctl enable dsgwdashboard
sudo systemctl start dsgwdashboard
@@ -29,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.