#!/bin/bash # Copyright: (c) OpenSpug Organization. https://github.com/openspug/spug # Copyright: (c) # Released under the AGPL-3.0 License. # start schedule service cd $(dirname $(dirname $0)) if [ -f ./venv/bin/activate ]; then source ./venv/bin/activate fi exec python manage.py runscheduler