-
Notifications
You must be signed in to change notification settings - Fork 5
/
supervisor.conf
50 lines (44 loc) · 1.09 KB
/
supervisor.conf
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
41
42
43
44
45
46
47
48
49
50
[supervisord]
nodaemon=true
logfile=/dev/fd/1
logfile_maxbytes=0
[program:X11]
command=/usr/bin/Xvfb :88 -screen 0 1440x810x24
autorestart=true
stdout_logfile=/dev/fd/1
stdout_logfile_maxbytes=0
redirect_stderr=true
[program:X11VNC]
command=/usr/bin/x11vnc -display :88 -forever -loop -noxrecord -noxdamage -repeat -localhost -rfbport 6511
autorestart=true
stdout_logfile=/dev/fd/1
stdout_logfile_maxbytes=0
redirect_stderr=true
[program:noVNC]
command=/opt/noVNC/utils/novnc_proxy --vnc localhost:6511 --listen 6510
autorestart=true
stdout_logfile=/dev/fd/1
stdout_logfile_maxbytes=0
redirect_stderr=true
[program:Xfce]
command=/usr/bin/startxfce4
autorestart=true
stdout_logfile=/dev/fd/1
stdout_logfile_maxbytes=0
redirect_stderr=true
user=ubuntu
[program:Fcitx5]
command=bash -c 'sleep 5; /usr/bin/fcitx5'
autorestart=true
stdout_logfile=/dev/fd/1
stdout_logfile_maxbytes=0
redirect_stderr=true
user=ubuntu
[program:EpgTimerSrv]
command=/opt/wine-stable/bin/wine /EDCB/EpgTimerSrv.exe
directory=/EDCB
autorestart=true
stdout_logfile=/dev/fd/1
stdout_logfile_maxbytes=0
redirect_stderr=true
user=ubuntu