forked from 0x2620/pandora
celeryd ontions changed
This commit is contained in:
parent
ff3f1c3399
commit
f4fab78812
2 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,7 @@ exec /usr/bin/sudo -u $USER $VENV/bin/python $VENV/pandora/manage.py celeryd \
|
|||
-B -s /var/run/pandora/celerybeat-schedule \
|
||||
-Q encoding \
|
||||
-n pandora-encoding \
|
||||
-p /var/run/pandora/pandora-encoding.pid \
|
||||
--pidfile /var/run/pandora/pandora-encoding.pid \
|
||||
-f /var/log/pandora/pandora-encoding.log \
|
||||
-l INFO
|
||||
end script
|
||||
|
|
|
@ -19,7 +19,7 @@ cd $VENV/pandora
|
|||
exec /usr/bin/sudo -u $USER $VENV/bin/python $VENV/pandora/manage.py celeryd \
|
||||
-Q default \
|
||||
-n pandora-default \
|
||||
-p /var/run/pandora/pandora-tasks.pid \
|
||||
--pidfile /var/run/pandora/pandora-tasks.pid \
|
||||
-f /var/log/pandora/pandora-tasks.log \
|
||||
-l INFO
|
||||
end script
|
||||
|
|
Loading…
Reference in a new issue