bnuuy/etc/supervisord.conf
2021-05-26 11:09:40 -04:00

23 lines
500 B
Plaintext

[supervisord]
nodaemon=true
user=bnuuy
[program:xspice]
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 :5959 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