12 lines
237 B
Desktop File
12 lines
237 B
Desktop File
[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
|