mirror of
https://github.com/retspen/webvirtcloud
synced 2026-03-23 11:04:49 +00:00
12 lines
306 B
Desktop File
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
|