mirror of
https://github.com/fergalmoran/dss.api.git
synced 2026-01-03 15:13:57 +00:00
4 lines
125 B
Bash
Executable File
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 |