This commit is contained in:
John Hays 2024-03-06 14:49:23 -08:00
parent 5d8ac175b7
commit 379a4486d6

View file

@ -17,6 +17,7 @@ The program **systemctl** is how your manage these services (as root using sudo)
**disable** - turning off automatic startup when reboot<br/>
for example:
** sudo systemctl status dsgwdashboard<br/>
sudo systemctl enable dsgwdashboard<br/>
sudo systemctl start dsgwdashboard<br/>