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