-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsupervisord.conf
More file actions
40 lines (34 loc) · 1.08 KB
/
supervisord.conf
File metadata and controls
40 lines (34 loc) · 1.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
[supervisord]
nodaemon=true
logfile=/var/log/supervisord.log
[program:vnc]
command=Xtigervnc :99 -geometry 1024x640 -depth 24 -SecurityTypes None -AlwaysShared -AcceptKeyEvents -AcceptPointerEvents -rfbport 5900
autorestart=true
priority=100
[program:fluxbox]
command=fluxbox
environment=DISPLAY=":99"
autorestart=true
priority=200
[program:pulseaudio]
command=pulseaudio --system --disallow-exit --disallow-module-loading=0 --log-level=notice --exit-idle-time=-1
autorestart=true
priority=250
[program:novnc]
command=/opt/novnc/utils/novnc_proxy --vnc localhost:5900 --listen 6080
autorestart=true
priority=300
[program:audiostream]
command=/opt/stream_audio.sh
autorestart=true
priority=350
[program:homm3]
command=/game/start_game.sh
directory=/game
environment=DISPLAY=":99",WINEPREFIX="/root/.wine",WINEARCH="win32",LIBGL_ALWAYS_SOFTWARE="1",MESA_GL_VERSION_OVERRIDE="3.3",WINEDEBUG="err+all",WINEDLLOVERRIDES="ddraw=b",PULSE_SERVER="unix:/var/run/pulse/native"
stdout_logfile=/var/log/homm3.log
stderr_logfile=/var/log/homm3.log
redirect_stderr=true
autorestart=true
priority=400
startsecs=15