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

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