9 lines
149 B
Text
9 lines
149 B
Text
|
#! /bin/bash
|
||
|
|
||
|
echo 'Starting global prometheus stats worker'
|
||
|
|
||
|
cd /
|
||
|
venv/bin/python -m workers.globalpromstats
|
||
|
|
||
|
echo 'Global prometheus stats exited'
|