去掉不必要的参数

This commit is contained in:
virusdefender
2016-02-20 13:56:39 +08:00
parent f9ff681cf6
commit cd123d2cdf
2 changed files with 1 additions and 3 deletions

View File

@@ -12,8 +12,6 @@ minprocs=200
user=nobody
childlogdir=/code/log/
[rpcinterface:supervisor]
supervisor.rpcinterface_factory = supervisor.rpcinterface:make_main_rpcinterface
[supervisorctl]
serverurl=unix:///tmp/supervisor.sock

View File

@@ -1,5 +1,5 @@
[program:task_queue]
command=python manage.py celeryd -B -l DEBUG
command=python manage.py celeryd -l DEBUG
directory=/code/
user=nobody
numprocs=1