Files
dss.api/run_celery.sh
2018-01-22 09:27:05 +00:00

2 lines
54 B
Bash

#!/bin/sh
su -m djworker -c "python manage.py celeryd"