prometheus/templates/systemd/prometheus-varnish-exporter.service.j2

11 lines
182 B
Plaintext
Raw Permalink Normal View History

2021-04-29 18:53:56 +02:00
[Unit]
Description=Prometheus Varnish Exporter
After=network.target
2021-10-08 15:22:59 +02:00
2021-04-29 18:53:56 +02:00
[Service]
Type=simple
ExecStart=/usr/local/bin/prometheus-varnish-exporter
2021-10-08 15:22:59 +02:00
2021-04-29 18:53:56 +02:00
[Install]
WantedBy=multi-user.target