forked from GeiserX/genieacs-services
-
Notifications
You must be signed in to change notification settings - Fork 0
/
supervisord.conf
44 lines (40 loc) · 1.39 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
[supervisord]
nodaemon=true
[program:genieacs-cwmp]
directory=/opt/genieacs
;command=/usr/bin/run_with_env.sh /opt/genieacs/genieacs.env /opt/genieacs/dist/bin/genieacs-cwmp
command=/opt/genieacs/dist/bin/genieacs-cwmp
stdout_logfile=/proc/self/fd/1
stderr_logfile=/proc/self/fd/2
stdout_logfile_maxbytes = 0
stderr_logfile_maxbytes = 0
autorestart=true
[program:genieacs-nbi]
directory=/opt/genieacs
;command=/usr/bin/run_with_env.sh /opt/genieacs/genieacs.env /opt/genieacs/dist/bin/genieacs-nbi
command=/opt/genieacs/dist/bin/genieacs-nbi
stdout_logfile=/proc/self/fd/1
stderr_logfile=/proc/self/fd/2
stdout_logfile_maxbytes = 0
stderr_logfile_maxbytes = 0
autorestart=true
[program:genieacs-fs]
directory=/opt/genieacs
;command=/usr/bin/run_with_env.sh /opt/genieacs/genieacs.env /opt/genieacs/dist/bin/genieacs-fs
command=/opt/genieacs/dist/bin/genieacs-fs
;stdout_logfile=/var/log/genieacs/genieacs-fs.log
;stderr_logfile=/var/log/genieacs/genieacs-fs.log
stdout_logfile=/proc/self/fd/1
stderr_logfile=/proc/self/fd/2
stdout_logfile_maxbytes = 0
stderr_logfile_maxbytes = 0
autorestart=true
[program:genieacs-ui]
directory=/opt/genieacs
;command=/usr/bin/run_with_env.sh /opt/genieacs/genieacs.env /opt/genieacs/dist/bin/genieacs-ui
command=/opt/genieacs/dist/bin/genieacs-ui
stdout_logfile=/proc/self/fd/1
stderr_logfile=/proc/self/fd/2
stdout_logfile_maxbytes = 0
stderr_logfile_maxbytes = 0
autorestart=true