summarylogtreecommitdiffstats
path: root/prometheus-postgresql-exporter.service
diff options
context:
space:
mode:
authorNils Czernia2017-10-18 12:34:20 +0200
committerNils Czernia2017-10-18 12:34:20 +0200
commit400a41d420a5ab03682cf666722449cc45acc761 (patch)
tree4ce377b242e526cbb84c925f617cd128bdfe9c91 /prometheus-postgresql-exporter.service
downloadaur-400a41d420a5ab03682cf666722449cc45acc761.tar.gz
Inital commit
Diffstat (limited to 'prometheus-postgresql-exporter.service')
-rw-r--r--prometheus-postgresql-exporter.service9
1 files changed, 9 insertions, 0 deletions
diff --git a/prometheus-postgresql-exporter.service b/prometheus-postgresql-exporter.service
new file mode 100644
index 000000000000..6f7f07cdaaeb
--- /dev/null
+++ b/prometheus-postgresql-exporter.service
@@ -0,0 +1,9 @@
+[Unit]
+Description=Prometheus exporter for PostgreSQL
+After=network.target
+
+[Service]
+ExecStart=/usr/bin/prometheus_postgresql_exporter
+
+[Install]
+WantedBy=multi-user.target