summarylogtreecommitdiffstats
path: root/prometheus-haproxy-exporter.service
diff options
context:
space:
mode:
authorSlashbunny2017-01-28 15:35:31 -0500
committerSlashbunny2017-01-28 15:35:31 -0500
commitf3595be465667b4b92957c0c867e995c04338a2a (patch)
tree80bb1179b65d1b4587f03b382b1834dae7ca7f72 /prometheus-haproxy-exporter.service
downloadaur-f3595be465667b4b92957c0c867e995c04338a2a.tar.gz
Initial commit
Diffstat (limited to 'prometheus-haproxy-exporter.service')
-rw-r--r--prometheus-haproxy-exporter.service10
1 files changed, 10 insertions, 0 deletions
diff --git a/prometheus-haproxy-exporter.service b/prometheus-haproxy-exporter.service
new file mode 100644
index 000000000000..a4882ac8bf8b
--- /dev/null
+++ b/prometheus-haproxy-exporter.service
@@ -0,0 +1,10 @@
+[Unit]
+Description=Prometheus HAProxy Exporter
+After=network.target
+
+[Service]
+EnvironmentFile=/etc/conf.d/prometheus-haproxy-exporter
+ExecStart=/usr/bin/prometheus_haproxy_exporter ${DAEMON_OPTIONS}
+
+[Install]
+WantedBy=multi-user.target