prometheus/templates/systemd/prometheus_redis_exporter.service.j2
2021-04-29 18:53:56 +02:00

11 lines
180 B
Django/Jinja

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