Add wireguard/wg-health-api.service
This commit is contained in:
11
wireguard/wg-health-api.service
Normal file
11
wireguard/wg-health-api.service
Normal 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
|
||||
Reference in New Issue
Block a user