I'm interested in writing a daemon with a D-Bus API that allows Linux (or specifically #MobileLinux) applications to set alarms on the RTC. This is a privileged operation.
What's the best way to run this daemon and manage access to the hardware?
@affe_null Is your idea to write it for systemd-less distros? Because systemd can do it now for free (user timers can be allowed to wake the system up).
@dos @affe_null
To my knowledge, He is probably targeting #postmarketOS