lazycrypt 0 Posted ... So I'm running Arch Linux on my laptop and I Eddie runs and connects just fine however is there a way to make it automatically start up at login? By default I have to authorize it by entering my password at every login. I thought about maybe having it run as a service but I had no luck getting it to work. Quote Share this post Link to post
keikari 9 Posted ... Google about polkit for details.If I understood right you want to start eddie without password, to do this add file like this to /etc/polkit-1/rules.dName it something like 10-eddie-nopass.rulespolkit.addRule(function(action, subject) { if (action.id == "org.airvpn.eddie.ui.policy") { if (subject.isInGroup("wheel")) { return polkit.Result.YES; } } }); I'm on Fedora but maybe it's same for Arch 3 encrypted, 6yGeL3m53oBQ and lazycrypt reacted to this Quote Share this post Link to post