summarylogtreecommitdiffstats
path: root/prometheus-redis-exporter.service
diff options
context:
space:
mode:
authorValentin2018-08-22 15:48:42 +0700
committerValentin2018-08-22 15:48:42 +0700
commit09286873fd51041fcfbd35e8f7708bb77d4017c9 (patch)
tree8b3150378e4b74da8ff730dbb64e3e38608641c8 /prometheus-redis-exporter.service
downloadaur-09286873fd51041fcfbd35e8f7708bb77d4017c9.tar.gz
Initial commit
Diffstat (limited to 'prometheus-redis-exporter.service')
-rw-r--r--prometheus-redis-exporter.service10
1 files changed, 10 insertions, 0 deletions
diff --git a/prometheus-redis-exporter.service b/prometheus-redis-exporter.service
new file mode 100644
index 000000000000..2474521fe2ac
--- /dev/null
+++ b/prometheus-redis-exporter.service
@@ -0,0 +1,10 @@
+[Unit]
+Description=Prometheus exporter for redis
+After=network.target
+
+[Service]
+ExecStart=/usr/bin/prometheus_redis_exporter
+User=nobody
+
+[Install]
+WantedBy=multi-user.target