summaryrefslogtreecommitdiff
path: root/pid.go
AgeCommit message (Collapse)Author
2018-10-25[bug] check the process name to see if the pid file is validRuben Pollan
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. - Resolves: #50
2018-06-21[bug] add windows support to the pid fileRuben Pollan
- Resolves: #43
2018-03-20[feat] only one systray can be in executionRuben Pollan
Create a systray.pid file to check if another systray is in execution and only one systray is allowed to be running. - Resolves: #17