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.