only_http
John Hays 7 months ago
parent c3b2a8574d
commit 6d5803c63d

@ -2,38 +2,40 @@
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) **dashboard.ini** - configuration for the dashboard (with some values also take from dstargateway.cfg)<br/>
**dgwremotecontrol.cfg** - configure remote control port and password **dgwremotecontrol.cfg** - configure remote control port and password<br/>
**dgwtimeserver.cfg** - this controls time announcements and other parameters **dgwtimeserver.cfg** - this controls time announcements and other parameters<br/>
**dstargateway.cfg** - configure the gateway itself** **dstargateway.cfg** - configure the gateway itself**<br/>
The program **systemctl** is how your manage these services (as root using sudo) there are five functions which you will typically control The program **systemctl** is how your manage these services (as root using sudo) there are five functions which you will typically control
**enable** - turning on automatic startup when you reboot the system **enable** - turning on automatic startup when you reboot the system<br/>
**status** - tells you the current status of the service **status** - tells you the current status of the service<br/>
**start** - start up a service that is currently inactive **start** - start up a service that is currently inactive<br/>
**stop** - stop an active service **stop** - stop an active service<br/>
**restart** - issues a stop followed by a start **restart** - issues a stop followed by a start<br/>
**disable** - turning off automatic startup when reboot **disable** - turning off automatic startup when reboot<br/>
for example: for example:
**sudo systemctl status dsgwdashboard **
sudo systemctl enable dsgwdashboard sudo systemctl status dsgwdashboard<br/>
sudo systemctl start dsgwdashboard sudo systemctl enable dsgwdashboard<br/>
sudo systemctl stop dsgwdashboard sudo systemctl start dsgwdashboard<br/>
sudo systemctl restart dsgwdashboard sudo systemctl stop dsgwdashboard<br/>
sudo systemctl disable dsgwdashboard** sudo systemctl restart dsgwdashboard<br/>
sudo systemctl disable dsgwdashboard<br/>
sudo systemctl status dgwtimeserver <br/>
**sudo systemctl enable dgwtimeserver sudo systemctl status dgwtimeserver<br/>
sudo systemctl start dgwtimeserver sudo systemctl enable dgwtimeserver<br/>
sudo systemctl stop dgwtimeserver sudo systemctl start dgwtimeserver<br/>
sudo systemctl restart dgwtimeserver sudo systemctl stop dgwtimeserver<br/>
sudo systemctl disable dgwtimeserver** sudo systemctl restart dgwtimeserver<br/>
sudo systemctl disable dgwtimeserver<br/>
**
and so forth. and so forth.
To view the systemctl manual - type To view the systemctl manual - type<br/>
**man systemctl** **man systemctl**
Also spend some time with https://github.com/F4FXL/DStarGateway/README.md (and the README.md in each subdirectory) Also spend some time with [DStarGateway README](https://github.com/F4FXL/DStarGateway/README.md) (and the README.md in each subdirectory)

Loading…
Cancel
Save