[Unit] Description=Converge relay - webhook-to-SSE relay server Documentation=https://github.com/jbrechtel/converge After=network-online.target Wants=network-online.target [Service] Type=simple ExecStart=%h/.local/bin/converge-relay --listen :8080 Restart=on-failure RestartSec=5 # Set a shared secret for webhook HMAC verification (optional but recommended). # Generate with: openssl rand -hex 32 # Environment=CONVERGE_RELAY_SECRET=your-secret-here [Install] WantedBy=default.target