update beat

This commit is contained in:
j 2019-07-16 12:35:39 +01:00
parent d39ea08ffb
commit bcf569bd68
1 changed files with 3 additions and 2 deletions

View File

@ -9,8 +9,9 @@ User=pandora
Group=pandora
PIDFile=/run/pandora/cron.pid
WorkingDirectory=/srv/pandora/pandora
ExecStart=/srv/pandora/bin/python /srv/pandora/pandora/manage.py \
celerybeat -s /run/pandora/celerybeat-schedule \
ExecStart=/srv/pandora/bin/celery \
-A app beat \
-s /run/pandora/celerybeat-schedule \
--pidfile /run/pandora/cron.pid \
-l INFO
ExecReload=/bin/kill -HUP $MAINPID