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

12 lines
233 B
Plaintext
Raw Permalink Normal View History

2021-04-29 18:53:56 +02:00
[Unit]
Description=Prometheus Redis Exporter
After=network.target
2021-11-19 12:30:22 +01:00
2021-04-29 18:53:56 +02:00
[Service]
Type=simple
ExecStart=/usr/local/bin/prometheus-redis-exporter
2021-11-19 12:30:22 +01:00
EnvironmentFile=/etc/default/prometheus-redis-exporter
2021-04-29 18:53:56 +02:00
[Install]
WantedBy=multi-user.target