2018-01-18 13:39:39 +01:00
|
|
|
#!/bin/execlineb -P
|
|
|
|
|
|
|
|
cd /srv/pandora/pandora
|
|
|
|
export HOME /srv/pandora
|
2020-06-21 18:04:06 +02:00
|
|
|
export COLUMNS 80 # Workaround for https://github.com/celery/celery/issues/5761
|
2018-01-18 13:39:39 +01:00
|
|
|
fdmove -c 2 1
|
2018-09-19 16:52:29 +02:00
|
|
|
s6-setuidgid pandora
|
2020-03-22 14:54:16 +01:00
|
|
|
/usr/bin/celery -A app beat -s /srv/pandora/data/celerybeat-schedule -l INFO
|