Files
wordloop/deploy/systemd/cloudflared-wordloop.service
John bd7635986a Initial commit: WordLoop 单词学习应用
Vue 前端 + FastAPI 后端,含部署脚本与词典数据。

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-04 14:30:53 -07:00

14 lines
332 B
Desktop File

[Unit]
Description=Cloudflare Tunnel for WordLoop (w.tkmind.cn)
After=network-online.target nginx.service
Wants=network-online.target
[Service]
Type=notify
ExecStart=/usr/local/bin/cloudflared tunnel --config /var/www/wordloop/deploy/cloudflared/config.yml run
Restart=on-failure
RestartSec=5
[Install]
WantedBy=multi-user.target