bnuuy/etc/supervisord.conf
2021-06-29 23:54:12 -04:00

24 lines
535 B
Plaintext

[supervisord]
nodaemon=true
user=bnuuy
[program:xspice]
environment=SPICE_DEBUG_ALLOW_MC=1
command=/usr/bin/Xspice --port 5900 --audio-fifo-dir=/tmp/audio_fifo --disable-ticketing :1
user=bnuuy
autorestart=true
priority=200
[program:websocketify]
command=/home/bnuuy/websocketify/run --web ../spice-html5 :5800 localhost:5900
user=bnuuy
autorestart=true
priority=200
[program:firefox]
environment=HOME="/home/bnuuy",DISPLAY=":1",USER="bnuuy"
command=/usr/bin/firefox -width 1366 -height 768
user=bnuuy
autorestart=true
priority=400