mirror of
https://github.com/retspen/webvirtcloud
synced 2026-03-23 11:04:49 +00:00
12 lines
362 B
Desktop File
12 lines
362 B
Desktop File
[Unit]
|
|
Description=LibVirt Exporter for VM metrics
|
|
Documentation=https://github.com/retspen/libvirt_exporter
|
|
After=network-online.target
|
|
|
|
[Service]
|
|
Restart=always
|
|
WorkingDirectory=/opt/libvirt_exporter-0.1.0.linux-amd64/
|
|
ExecStart=/opt/libvirt_exporter-0.1.0.linux-amd64/libvirt_exporter --web.listen-address=localhost:9177
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|