Spotter-VM/lxc-apps/pandora/image.d/etc/services.d/pandora-tasks/run

9 lines
286 B
Plaintext
Raw Normal View History

2018-01-18 13:39:39 +01:00
#!/bin/execlineb -P
cd /srv/pandora/pandora
export HOME /srv/pandora
export COLUMNS 80 # Workaround for https://github.com/celery/celery/issues/5761
2018-01-18 13:39:39 +01:00
fdmove -c 2 1
s6-setuidgid pandora
2020-03-22 14:54:16 +01:00
/usr/bin/celery -A app worker -Q default,celery -n pandora-default --maxtasksperchild 1000 -l INFO