- Edited
So, I'm in the last stage of developing my Bela live looping pedal and for the first time, I tried the "Run project on boot" option for my SuperCollider code which consists of one _main.scd file and two custom class files I have saved in /usr/local/share/SuperCollider/Extensions.
When I reboot Bela, the project does not load and the IDE shows me these systemd messages:
make: Leaving directory '/root/Bela'
Nov 03 17:17:22 bela systemd[1]: bela_startup.service: Main process exited, code=exited, status=2/INVALIDARGUMENT
Nov 03 17:17:22 bela systemd[1]: bela_startup.service: Unit entered failed state.
Nov 03 17:17:22 bela systemd[1]: bela_startup.service: Failed with result 'exit-code'.
Nov 03 17:17:23 bela systemd[1]: bela_startup.service: Service hold-off time over, scheduling restart.
Nov 03 17:17:23 bela systemd[1]: Stopped Run Bela at boot.
Nov 03 17:17:23 bela systemd[1]: bela_startup.service: Start request repeated too quickly.
Nov 03 17:17:23 bela systemd[1]: Failed to start Run Bela at boot.
Nov 03 17:17:23 bela systemd[1]: bela_startup.service: Unit entered failed state.
Nov 03 17:17:23 bela systemd[1]: bela_startup.service: Failed with result 'exit-code'.
Does anyone have an idea?