Files
dss.api/run_celery.sh
2016-09-23 00:21:02 +01:00

2 lines
54 B
Bash

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