去除不必要的supervisor设置项目

This commit is contained in:
virusdefender 2016-04-22 19:06:47 +08:00
parent 232c127825
commit 9bd0881e20
No known key found for this signature in database
GPG Key ID: 1686FB5677979E61
3 changed files with 2 additions and 6 deletions

View File

@ -8,5 +8,5 @@ stderr_logfile=/code/log/gunicorn.log
autostart=true autostart=true
autorestart=true autorestart=true
startsecs=5 startsecs=5
stopwaitsecs = 6 stopwaitsecs = 5
killasgroup=true killasgroup=true

View File

@ -1,5 +1,3 @@
[unix_http_server]
file=/tmp/supervisor.sock
[supervisord] [supervisord]
logfile=/code/log/supervisord.log logfile=/code/log/supervisord.log
logfile_maxbytes=50MB logfile_maxbytes=50MB
@ -7,8 +5,6 @@ logfile_backups=10
loglevel=info loglevel=info
pidfile=/code/log/supervisord.pid pidfile=/code/log/supervisord.pid
nodaemon=true nodaemon=true
minfds=1024
minprocs=200
user=nobody user=nobody
childlogdir=/code/log/ childlogdir=/code/log/

View File

@ -8,5 +8,5 @@ stderr_logfile=/code/log/task_queue.log
autostart=true autostart=true
autorestart=true autorestart=true
startsecs=5 startsecs=5
stopwaitsecs = 6 stopwaitsecs = 5
killasgroup=true killasgroup=true