pacien / tincapp

Android binding and user interface for the tinc mesh VPN daemon.
https://tincapp.euxane.net
GNU General Public License v3.0
165 stars 31 forks source link

Kill remnant daemon process when starting a new one #80

Closed pacien closed 5 years ago

pacien commented 5 years ago

The daemon sub-process seems to stays alive after the VPN is stopped under some unclear circumstances (like an app update). A new daemon refuses to start as the port isn't freed.

A workaround would be to try killing any remnant daemon before starting a new one.