11 lines
270 B
Desktop File
11 lines
270 B
Desktop File
[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 |