Topic: autostart on linux with --serve does not work
Hi,
i run Pianoteq on odroid.
i start Pianoteq with
[ "$DISPLAY" = ":1" ] && exec /home/odroid/Pianoteq_7/Pianoteq.sh
in .vnc/xstartup
in /home/odroid/Pianoteq_7/Pianoteq.sh i run
taskset -c 2,3,4,5 /home/odroid/Pianoteq_7/arm-64bit/'Pianoteq 7' --multicore max --serve 192.168.8.18:8081 --fullscreen
Pianoteq starts at boot, but it does not run the json-rpc server. i have no idea why...
when i run the /home/odroid/Pianoteq_7/Pianoteq.sh script after boot manually, everything works fine and also the json-rpc gets started.
can anyone help me with this problem?