2016-09-08 11:38:23 +00:00
|
|
|
[supervisord]
|
|
|
|
nodaemon=true
|
2021-05-25 23:21:40 +00:00
|
|
|
user=bnuuy
|
|
|
|
|
2021-05-25 18:38:25 +00:00
|
|
|
[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
|
2016-09-08 11:38:23 +00:00
|
|
|
autorestart=true
|
|
|
|
priority=200
|
|
|
|
|
2021-05-26 15:09:40 +00:00
|
|
|
[program:websocketify]
|
2021-06-25 12:54:03 +00:00
|
|
|
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
|
2016-09-08 11:38:23 +00:00
|
|
|
autorestart=true
|
2021-05-26 00:30:17 +00:00
|
|
|
priority=400
|