rbiswasfc commited on
Commit
aff34d8
·
1 Parent(s): f8ca54e
Files changed (1) hide show
  1. supervisord.conf +8 -8
supervisord.conf CHANGED
@@ -1,14 +1,14 @@
1
  [supervisord]
2
  nodaemon=true
3
 
4
- # [program:main]
5
- # command=python main.py
6
- # stdout_logfile=/dev/stdout
7
- # stdout_logfile_maxbytes=0
8
- # stderr_logfile=/dev/stderr
9
- # stderr_logfile_maxbytes=0
10
- # autostart=true
11
- # autorestart=true
12
 
13
  [program:app]
14
  command=python app.py
 
1
  [supervisord]
2
  nodaemon=true
3
 
4
+ [program:main]
5
+ command=python main.py
6
+ stdout_logfile=/dev/stdout
7
+ stdout_logfile_maxbytes=0
8
+ stderr_logfile=/dev/stderr
9
+ stderr_logfile_maxbytes=0
10
+ autostart=true
11
+ autorestart=true
12
 
13
  [program:app]
14
  command=python app.py