summarylogtreecommitdiffstats
path: root/prometheus-redis-exporter.service
diff options
context:
space:
mode:
authorValentin Elovskiy2020-02-25 16:19:49 +0700
committerValentin Elovskiy2020-02-25 16:23:38 +0700
commit808569525512ebdc9170faaddcb8eae6aa8789d2 (patch)
treeb402588a765c63c8309ac63ef3357ef71a74de84 /prometheus-redis-exporter.service
downloadaur-prometheus-redis-exporter-bin.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