-
Notifications
You must be signed in to change notification settings - Fork 0
/
supervisord.conf
56 lines (51 loc) · 1.29 KB
/
supervisord.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
51
52
53
54
55
56
[supervisord]
nodaemon=true
[program:core]
priority=1
environment=PATH="/opt/py3/bin:%(ENV_PATH)s", LANG=zh_CN.UTF-8
directory=/opt/jumpserver/
command=/opt/jumpserver/jms start
stdout_logfile=/dev/stdout
stdout_logfile_maxbytes=0
stderr_logfile=/dev/stderr
stderr_logfile_maxbytes=0
autorestart=true
[program:koko]
priority=100
environment=LANG=zh_CN.UTF-8
directory=/opt/koko/
command=/opt/koko/koko
stdout_logfile=/dev/stdout
stdout_logfile_maxbytes=0
stderr_logfile=/dev/stderr
stderr_logfile_maxbytes=0
autorestart=true
[program:guacd]
priority=10
environment=LANG=zh_CN.UTF-8
command=/usr/local/sbin/guacd -f -L error -p /var/run/guacd.pid
stdout_logfile=/dev/stdout
stdout_logfile_maxbytes=0
stderr_logfile=/dev/stderr
stderr_logfile_maxbytes=0
autorestart=true
[program:lion]
priority=100
environment=LANG=zh_CN.UTF-8
directory=/opt/lion/
command=/opt/lion/lion
stdout_logfile=/dev/stdout
stdout_logfile_maxbytes=0
stderr_logfile=/dev/stderr
stderr_logfile_maxbytes=0
autorestart=true
[program:magnus]
priority=100
environment=WORK_DIR="/opt/magnus", COMPONENT_NAME="magnus", EXECUTE_PROGRAM="/opt/magnus/magnus", LANG=zh_CN.UTF-8
directory=/opt/magnus/
command=/usr/local/bin/wisp
stdout_logfile=/dev/stdout
stdout_logfile_maxbytes=0
stderr_logfile=/dev/stderr
stderr_logfile_maxbytes=0
autorestart=true