8 lines
230 B
Plaintext
8 lines
230 B
Plaintext
|
#!/bin/execlineb -P
|
||
|
|
||
|
cd /srv/pandora/pandora
|
||
|
export HOME /srv/pandora
|
||
|
fdmove -c 2 1
|
||
|
s6-setuidgid 8011:8011
|
||
|
./manage.py celery worker -Q default,celery -n pandora-default --pidfile pandora-tasks.pid --maxtasksperchild 1000 -l INFO
|