Add wireguard/wg-health-api.service

This commit is contained in:
2026-03-14 00:20:30 +00:00
parent 7c447c2e62
commit 10a423bb24

View File

@@ -0,0 +1,11 @@
[Unit]
Description=WireGuard Health Check API for Uptime Kuma
After=network.target
[Service]
# The path to python3 might be different, find it with `which python3`
ExecStart=/usr/bin/python3 /var/status/wg_health.py
Restart=always
[Install]
WantedBy=multi-user.target