1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2026-03-23 11:04:49 +00:00
webvirtcloud/devenv/vagrant/opt/prometheus/prometheus.service
2018-09-23 13:17:48 +03:00

12 lines
306 B
Desktop File

[Unit]
Description=Prometheus Server 2.3.2
Documentation=https://prometheus.io/docs/introduction/overview/
After=network-online.target
[Service]
Restart=always
WorkingDirectory=/opt/prometheus-2.3.2.linux-amd64/
ExecStart=/opt/prometheus-2.3.2.linux-amd64/prometheus
[Install]
WantedBy=multi-user.target