bnuuy/etc/supervisord.conf

24 lines
535 B
Text
Raw Normal View History

[supervisord]
nodaemon=true
2021-05-25 23:21:40 +00:00
user=bnuuy
[program:xspice]
2021-06-30 03:54:12 +00:00
environment=SPICE_DEBUG_ALLOW_MC=1
2021-05-25 23:21:40 +00:00
command=/usr/bin/Xspice --port 5900 --audio-fifo-dir=/tmp/audio_fifo --disable-ticketing :1
2021-05-25 16:20:40 +00:00
user=bnuuy
autorestart=true
priority=200
2021-05-26 15:09:40 +00:00
[program:websocketify]
command=/home/bnuuy/websocketify/run --web ../spice-html5 :5800 localhost:5900
2021-05-26 15:09:40 +00:00
user=bnuuy
autorestart=true
priority=200
2021-05-25 17:24:45 +00:00
[program:firefox]
2021-05-25 16:20:40 +00:00
environment=HOME="/home/bnuuy",DISPLAY=":1",USER="bnuuy"
command=/usr/bin/firefox -width 1366 -height 768
user=bnuuy
autorestart=true
2021-05-26 00:30:17 +00:00
priority=400