prometheus/templates/systemd/prometheus-redis-exporter.service.j2
jean-yves.fournier e53304f8e8 add redis
2021-11-19 12:30:22 +01:00

12 lines
233 B
Django/Jinja

[Unit]
Description=Prometheus Redis Exporter
After=network.target
[Service]
Type=simple
ExecStart=/usr/local/bin/prometheus-redis-exporter
EnvironmentFile=/etc/default/prometheus-redis-exporter
[Install]
WantedBy=multi-user.target