This commit is contained in:
j 2013-08-23 18:53:01 +02:00
commit d48075a635
3 changed files with 6 additions and 3 deletions

View file

@ -19,7 +19,8 @@ end script
exec start-stop-daemon \
--start -c $USER -d $VENV/pandora \
-n pandora-cron --exec $VENV/bin/python -- \
--pidfile /var/run/pandora/pandora-cron.pid \
--exec $VENV/bin/python -- \
$VENV/pandora/manage.py celerybeat \
-s /var/run/pandora/celerybeat-schedule \
--pidfile /var/run/pandora/pandora-cron.pid \