Update supervisor.conf
Browse files- supervisor.conf +10 -1
supervisor.conf
CHANGED
|
@@ -16,7 +16,16 @@ supervisor.rpcinterface_factory=supervisor.rpcinterface:make_main_rpcinterface
|
|
| 16 |
[supervisorctl]
|
| 17 |
serverurl=http://127.0.0.1:9005
|
| 18 |
|
| 19 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 20 |
|
| 21 |
|
| 22 |
[program:gpb]
|
|
|
|
| 16 |
[supervisorctl]
|
| 17 |
serverurl=http://127.0.0.1:9005
|
| 18 |
|
| 19 |
+
[program:nextChat]
|
| 20 |
+
command=npm run start
|
| 21 |
+
directory=/app/BingAPI-Demo
|
| 22 |
+
stdout_logfile=/dev/stdout
|
| 23 |
+
stderr_logfile=/dev/stderr
|
| 24 |
+
autostart=true
|
| 25 |
+
autorestart=true
|
| 26 |
+
startsecs=5
|
| 27 |
+
stopwaitsecs = 5
|
| 28 |
+
killasgroup=true
|
| 29 |
|
| 30 |
|
| 31 |
[program:gpb]
|