summarylogtreecommitdiffstats
path: root/prometheus-apcupsd-exporter.service
diff options
context:
space:
mode:
authorCarsten Feuls2019-02-22 17:21:38 +0100
committerCarsten Feuls2019-02-22 17:21:38 +0100
commitabdc29a91dcd710662fcfaba7279ab32f81e4e4e (patch)
treee10b3abfe2f3817c6685600c67854f7936a9aefe /prometheus-apcupsd-exporter.service
downloadaur-abdc29a91dcd710662fcfaba7279ab32f81e4e4e.tar.gz
Initialer commit
Diffstat (limited to 'prometheus-apcupsd-exporter.service')
-rw-r--r--prometheus-apcupsd-exporter.service9
1 files changed, 9 insertions, 0 deletions
diff --git a/prometheus-apcupsd-exporter.service b/prometheus-apcupsd-exporter.service
new file mode 100644
index 000000000000..ac2a3dea5f31
--- /dev/null
+++ b/prometheus-apcupsd-exporter.service
@@ -0,0 +1,9 @@
+[Unit]
+Description=Prometheus exporter that exposes metrics from apcupsd's NIS
+After=network.target
+
+[Service]
+ExecStart=/usr/bin/prometheus-apcupsd-exporter
+
+[Install]
+WantedBy=multi-user.target