Files
dss.api/run_celery.sh
Fergal Moran 364ad61431 Updated tasks
2015-07-28 22:04:38 +01:00

4 lines
136 B
Bash
Executable File

#!/bin/sh
su -m djworker -c "sleep 3 && celery worker -A dss.celeryconf -Q default"
chown djworker /files -R
chown djworker /tmp/dss.log