From 5d8ac175b730645452e19b034404fdf951ab8bc4 Mon Sep 17 00:00:00 2001 From: John Hays Date: Wed, 6 Mar 2024 14:47:22 -0800 Subject: [PATCH] Formatting --- util/NOTE.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/util/NOTE.md b/util/NOTE.md index 1d126cc..0e68ea8 100644 --- a/util/NOTE.md +++ b/util/NOTE.md @@ -1,11 +1,11 @@ -I have localized all of the configuration files in **/usr/local/etc: +I have localized all of the configuration files in **/usr/local/etc**: **dashboard.ini** - configuration for the dashboard (with some values also take from dstargateway.cfg)
**dgwremotecontrol.cfg** - configure remote control port and password
**dgwtimeserver.cfg** - this controls time announcements and other parameters
-**dstargateway.cfg** - configure the gateway itself**
+**dstargateway.cfg** - configure the gateway itself
The program **systemctl** is how your manage these services (as root using sudo) there are five functions which you will typically control @@ -17,8 +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 status dsgwdashboard
sudo systemctl enable dsgwdashboard
sudo systemctl start dsgwdashboard
sudo systemctl stop dsgwdashboard
@@ -30,8 +29,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.