8 lines
206 B
Plaintext
8 lines
206 B
Plaintext
|
#!/bin/execlineb -P
|
||
|
|
||
|
cd /srv/pandora/pandora
|
||
|
export HOME /srv/pandora
|
||
|
fdmove -c 2 1
|
||
|
s6-setuidgid 8011:8011
|
||
|
./manage.py celerybeat -s /srv/pandora/data/celerybeat-schedule --pidfile pandora-cron.pid -l INFO
|