mirror of
https://github.com/fergalmoran/dss.api.git
synced 2025-12-31 13:50:24 +00:00
3 lines
84 B
Bash
Executable File
3 lines
84 B
Bash
Executable File
#!/bin/sh
|
|
su -m djworker -c "sleep 3 && celery worker -A dss.celeryconf -Q default"
|