pez-infra/ansible/services/systemd/copenhagen-a/cloudflared.service
Rasmus Wejlgaard 737d6e0bc1 initial commit
2026-03-28 12:39:41 +00:00

13 lines
251 B
Desktop File

[Unit]
Description=cloudflared
After=network.target
[Service]
TimeoutStartSec=0
Type=notify
ExecStart=/usr/bin/cloudflared --no-autoupdate tunnel run --token ${CLOUDFLARED_TOKEN}
Restart=on-failure
RestartSec=5s
[Install]
WantedBy=multi-user.target