Skip to content

[bug] check the process name to see if the pid file is valid

meskio requested to merge meskio/bitmask-vpn:bug/50_pid_file into master

When there is a pid file from a previous crash, in some situations the pid has being reused by the operative system for other processes. Let's check that the exectuable name maches the name of the systray binary.

Merge request reports