File: service

package info (click to toggle)
prometheus-openstack-exporter 0.1.4-2.3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 268 kB
  • sloc: python: 766; sh: 77; makefile: 32
file content (10 lines) | stat: -rw-r--r-- 266 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
[Unit]
Description=Prometheus Openstack exporter

[Service]
Restart=always
User=prometheus
ExecStart=/bin/sh -c ". /usr/local/bin/observerenv.sh && /usr/bin/prometheus-openstack-exporter /etc/prometheus-openstack-exporter.yaml"

[Install]
WantedBy=multi-user.target