Files
dss.api/run_celery.sh
2015-07-27 22:05:38 +01:00

4 lines
125 B
Bash
Executable File

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