You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
330 B
11 lines
330 B
Time Server for DStarGateway. Installs as a systemd service.
|
|
|
|
If you did not change build settings, the configuration can be found in
|
|
```
|
|
/usr/local/etc/dgwtimeserver.cfg
|
|
```
|
|
After configuring enable and start the dgwtimeserver systemd service using :
|
|
```
|
|
sudo systemctl enable dgwtimeserver
|
|
sudo systemctl start dgwtimeserver
|
|
``` |