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