Systemd Service
If your package installs the user service, you can manage Wayscriber with systemd.
On NixOS the unit ships with the project flake package and only becomes visible to
systemctl once it is registered with
systemd.packages.
Enable and start:
systemctl --user enable --now wayscriber.service
Status and logs:
systemctl --user status wayscriber.service
journalctl --user -u wayscriber.service -f
Restart:
systemctl --user restart wayscriber.service
If the service is not installed, run the daemon manually with wayscriber --daemon.