wakepy
wakepy copied to clipboard
Support for Linux without systemd
The current Linux implementation relies on the systemctl
command. However, this is not always available.
This solution also seems to need sudo priviledges, and workarounds are welcome.
Related: https://github.com/np-8/wakepy/issues/17 (possible solution)
Short update: There is now a dbus based solution in master which works without sudo (and without systemd). See: https://github.com/np-8/wakepy/issues/17
I will close this issue and continue on the issue #17 .