I'm having lots of trouble getting an authentication agent working in my sway WM system. I would thank anyone that uses a DE (or got polkit working in a WM) to test if they can set CPU frequencies from a regular user, without having to launch the whole app as root.
I already wrote a runit service but I keep getting the following error: ``` # sv once cpupower-gui warning: cpupower-gui: unable to open supervise/ok: file does not exist ``` I can confirm that `/var/service/cpupower-gui/supervise` is a broken symlink, even after rebooting the system. After a reboot, the service doesn't produce any effects on the CPU frequencies, so I think it's not being started. However, `runsv` seems to work, after which I start getting a different error: ``` # sv once cpupower-gui fail: cpupower-gui: runsv not running ``` Does anyone more knowledgeable in runit know how I can fix this? Also, I think there's no great way to port user services from systemd, but again, I'd be happy anyone more informed would be willing to help.