Created
January 13, 2022 01:26
-
-
Save sirkirby/e2a69def686f719e68868e8cec536a9a to your computer and use it in GitHub Desktop.
Cloudflared service config
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=Cloudflare Tunnel | |
After=network.target | |
[Service] | |
TimeoutStartSec=0 | |
Type=notify | |
ExecStart=/usr/local/bin/cloudflared --config /home/chris/.cloudflared/config.yml --autoupdate-freq 24h tunnel run | |
Restart=on-failure | |
RestartSec=5s | |
[Install] | |
WantedBy=multi-user.target |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment