summarylogtreecommitdiffstats
path: root/prometheus-redis-exporter.service
blob: 2474521fe2ac35e427ca917bd82c1c30c927023f (plain)
1
2
3
4
5
6
7
8
9
10
[Unit]
Description=Prometheus exporter for redis
After=network.target

[Service]
ExecStart=/usr/bin/prometheus_redis_exporter
User=nobody

[Install]
WantedBy=multi-user.target