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