bnuuy/etc/supervisord.conf

23 lines
500 B
Plaintext
Raw Normal View History

[supervisord]
nodaemon=true
2021-05-25 23:21:40 +00:00
user=bnuuy
[program:xspice]
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 :5959 localhost:5900
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