Skip to content

Instantly share code, notes, and snippets.

View darox's full-sized avatar
🏠
Working from home

Dario Mader darox

🏠
Working from home
View GitHub Profile
[Unit]
Description=Argo Tunnel
After=network.target
[Service]
TimeoutStartSec=0
Type=notify
ExecStart=/usr/local/bin/cloudflared --config /etc/cloudflared/config.yml --origincert /etc/cloudflared/cert.pem --no-autoupdate
Restart=on-failure
RestartSec=5s