4 lines
120 B
Bash
Executable file
4 lines
120 B
Bash
Executable file
#/bin/sh
|
|
cp prometheus.yml run/prometheus
|
|
cd run/prometheus
|
|
./prometheus/bin/prometheus --web.listen-address=[::1]:9090
|