2 EXEFILE
=`which prometheus`
3 DEFAULT
=/etc
/default
/prometheus
5 if [ -e $DEFAULT ]; then
8 case "$PROMETHEUS_ENABLE" in
10 echo "Prometheus disabled in /etc/default/prometheus !"
16 echo "File /etc/default/prometheus not found !"
36 echo "Usage: $0 {start|stop|restart|force-reload|kill}" >&2
This page took 0.391576 seconds and 4 git commands to generate.