mirror of
https://github.com/openspug/spug.git
synced 2026-01-18 14:54:28 +00:00
5 lines
130 B
Bash
5 lines
130 B
Bash
#!/bin/bash
|
|
# start worker service
|
|
cd $(dirname $(dirname $0))
|
|
source ./venv/bin/activate
|
|
exec python manage.py runworker ssh_exec |