Try to fix problems (project abandoned)

This commit is contained in:
Tobias Reisinger 2025-06-24 20:47:47 +02:00
parent 39073d8f3a
commit dd147a743a
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
5 changed files with 30 additions and 22 deletions

View file

@ -5,7 +5,7 @@ source = tcp://127.0.0.1:4953?name=Mopidy
source = pipe:///tmp/snapfifo_librespot?name=Spotify&sampleformat=44100:16:2
[logging]
filter = debug
filter = info
[http]
doc_root = /usr/share/snapserver/snapweb/

View file

@ -5,6 +5,7 @@ logfile_maxbytes=0
pidfile=/run/supervisord.pid
user=root
[program:nginx]
command=nginx
priority=1
@ -14,9 +15,7 @@ stdout_logfile_maxbytes=0
redirect_stderr=true
killasgroup=true
stopasgroup=true
autostart=true
autorestart=true
user=root
[program:snapcast-server]
command=snapserver
@ -27,9 +26,7 @@ stdout_logfile_maxbytes=0
redirect_stderr=true
killasgroup=true
stopasgroup=true
autostart=true
autorestart=true
user=root
[program:mopidy]
command=mopidy --config /etc/mopidy/
@ -40,19 +37,14 @@ stdout_logfile_maxbytes=0
redirect_stderr=true
killasgroup=true
stopasgroup=true
autostart=true
autorestart=true
user=root
[program:librespot]
command=librespot
priority=1
stdout_logfile=/dev/stdout
stdout_logfile=/config/librespot.log
stdout_logfile_maxbytes=0
redirect_stderr=true
killasgroup=true
stopasgroup=true
autostart=true
autorestart=true
user=root