#Change this line if you download ther #Prometheus on different path user ExecStart=/BiO/Install/prometheus \ --config.file=/BiO/Install/prometheus/prometheus.yml \ --storage.tsdb.path=/data/prometheus \ --web.console.templates=/BiO/Install/prometheus/consoles \ --web.console.libraries=/BiO/Install/prometheus/console_libraries \ --web.listen-address=0.0.0.0:9090 \ --web.enable-admin-api
[Install] WantedBy=multi-user.target
systemctl daemon-reload;systemctl start prometheus.service; systemctl status prometheus.service