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.