Format
This commit is contained in:
parent
5d8ac175b7
commit
379a4486d6
1 changed files with 2 additions and 1 deletions
|
@ -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/>
|
**disable** - turning off automatic startup when reboot<br/>
|
||||||
|
|
||||||
for example:
|
for example:
|
||||||
|
|
||||||
** sudo systemctl status dsgwdashboard<br/>
|
** sudo systemctl status dsgwdashboard<br/>
|
||||||
sudo systemctl enable dsgwdashboard<br/>
|
sudo systemctl enable dsgwdashboard<br/>
|
||||||
sudo systemctl start dsgwdashboard<br/>
|
sudo systemctl start dsgwdashboard<br/>
|
||||||
|
@ -29,7 +30,7 @@ for example:
|
||||||
sudo systemctl start dgwtimeserver<br/>
|
sudo systemctl start dgwtimeserver<br/>
|
||||||
sudo systemctl stop dgwtimeserver<br/>
|
sudo systemctl stop dgwtimeserver<br/>
|
||||||
sudo systemctl restart dgwtimeserver<br/>
|
sudo systemctl restart dgwtimeserver<br/>
|
||||||
sudo systemctl disable dgwtimeserver<br/> **
|
sudo systemctl disable dgwtimeserver<br/>**
|
||||||
|
|
||||||
and so forth.
|
and so forth.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue