Hi all,

I try to run liquidsoap (package liquidsoap-v1.4.3:arm64) via supervisor on a raspberry4 with raspbian 10.7.


[program:liq-test]
command=/usr/bin/liquidsoap /home/pi/test.liq
directory=/home/pi/
autostart=true
autorestart=true
priority=10
user=pi
group=pi
redirect_stderr=true
stdout_logfile=/var/log/supervisor/test.log


If i run manually the command /usr/bin/liquidsoap /home/pi/test.liq everything work fine.

If i run the same via supervisor i have "Fatal error: exception Not_found" output in log file.

I tried to run a simple liquidsoap --version and I got the same error in the logs when running via supervisor.


Do you have any idea where to look? The error message is really not explicit :-)

Maybe I need to specify things in the environment?

In advance, thank you for your contributions, it will surely help me.

Yoann

--
Yoann



_______________________________________________
Savonet-users mailing list
Savonet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to