Created
July 1, 2022 21:37
-
-
Save 0187773933/dbd0eec0c1719841258feb98faedf8bd to your computer and use it in GitHub Desktop.
Cloudflare Tunnel Tunnel Debian Systemd Service
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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