summarylogtreecommitdiffstats
path: root/prometheus-wireguard-exporter.service
blob: 9619e9a7f7fcf8c1c96144d35c4572fa992eea71 (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=Prometheus WireGuard Exporter
Wants=network-online.target
After=network.target

[Service]
Type=simple
ExecStart=/usr/bin/prometheus_wireguard_exporter -l 127.0.0.1

[Install]
WantedBy=multi-user.target