Skip to content

Instantly share code, notes, and snippets.

@0187773933
Created July 1, 2022 21:37
Show Gist options
  • Save 0187773933/dbd0eec0c1719841258feb98faedf8bd to your computer and use it in GitHub Desktop.
Save 0187773933/dbd0eec0c1719841258feb98faedf8bd to your computer and use it in GitHub Desktop.
Cloudflare Tunnel Tunnel Debian Systemd Service
[Unit]
Description=Keeps Argo Tunnel Running
[Service]
Type=idle
ExecStart=cloudflared tunnel --no-autoupdate run \
--token asdfasdfasdfasdfasdfasdf
Restart=always
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment