[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