Spaces:
Sleeping
Sleeping
Merge branch 'main' of https://huggingface.co/spaces/answerdotai/zotero-weekly
Browse files- supervisord.conf +7 -7
supervisord.conf
CHANGED
@@ -1,13 +1,13 @@
|
|
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]
|
|
|
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]
|