Systemd Service
If your package installs the user service, you can manage Wayscriber with systemd.
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.