summaryrefslogtreecommitdiffstats
path: root/wireguard_exporter/wireguard_exporter.service
diff options
context:
space:
mode:
Diffstat (limited to 'wireguard_exporter/wireguard_exporter.service')
-rw-r--r--wireguard_exporter/wireguard_exporter.service11
1 files changed, 11 insertions, 0 deletions
diff --git a/wireguard_exporter/wireguard_exporter.service b/wireguard_exporter/wireguard_exporter.service
new file mode 100644
index 0000000..faaf452
--- /dev/null
+++ b/wireguard_exporter/wireguard_exporter.service
@@ -0,0 +1,11 @@
+[Unit]
+Description=Prometheus WireGuard Exporter
+After=network.target
+
+[Service]
+Type=simple
+Restart=always
+ExecStart=/usr/local/bin/wireguard_exporter -wireguard.peer-file /etc/wireguard/peers.toml
+
+[Install]
+WantedBy=multi-user.target