OpenMarine
stopping SignalK server - Printable Version

+- OpenMarine (https://forum.openmarine.net)
+-- Forum: OpenPlotter (https://forum.openmarine.net/forumdisplay.php?fid=1)
+--- Forum: How do I...? (https://forum.openmarine.net/forumdisplay.php?fid=3)
+--- Thread: stopping SignalK server (/showthread.php?tid=1104)



stopping SignalK server - CapnRon - 2018-04-06

Sorry if this has been asked before, but without a search capability on this forum I could not see reading thru 14 pages.

When you update a data provider in signalk you need to restart the service, which you can do from OpenPlotter, but there is no way just to stop the SignalK service (if you want to do updates) other than finding and killing the process. Is that true or did I miss something?


thanks,


RE: stopping SignalK server - Sailoog - 2018-04-09

Yes, that is how it works for OP 0.10.x

It would be different for OP 1.x.x:

$ sudo systemctl stop signalk.service
$ sudo systemctl stop signalk.socket

$ sudo systemctl start signalk.service
$ sudo systemctl start signalk.socket