summaryrefslogtreecommitdiff
path: root/src/leap/bitmask/core/autostart.py
AgeCommit message (Collapse)Author
2018-03-28[feat] add autostart for OSXRuben Pollan
http://blog.gordn.org/2015/03/implementing-run-on-login-for-your-node.html
2018-03-28[feat] make autostart app name and exec path configurableRuben Pollan
Use sys.argv[0] as exec path instead of hardcode 'bitmask', and let anonvpn be called RiseupVPN. - Resolves: bitmask-systray#19
2018-03-28[refactor] move autostart code into coreRuben Pollan
All the logic to autostart bitmask should not be vpn dependent.