raspberry pi & RNBO Runner
Hi there,
I use the raspbian image by C74.
Very nice as it is all setup, but it's a plain Debian. Installed py and have installed osc libs for it, processing 4 & more...
Just a question: how RNBO Runner is launched ?
I didn't see it as a demon, a service. Not even starting up through cron.
I'd like to know that because I'd like to run some other scripts (py) but also java executed (processing) and want to start them at startup time (automated installation startup purpose), and I'd like to run them after the RNBO Runner has been started.
I missed something here.
There is a systemd service that is installed along with the binary and library code etc. You can find the details of that here: https://github.com/Cycling74/rnbo.oscquery.runner/blob/main/config/rnbooscquery.service.usr
You should be able to create another systemd service that will startup after the runner service via the configuration entries systemd gives you.