Files
ewoooc/scripts/tools/momo-startup.service
ogt 1b4f3a7bbe
Some checks failed
CD Pipeline / deploy (push) Failing after 59s
feat: EwoooC 初始化 — 完整專案推版至 Gitea
- 建立 Gitea Actions CD pipeline (.gitea/workflows/cd.yaml)
- 部署模式: rsync Python 檔案至 188 → docker restart (volume mount)
- Dockerfile/requirements 變動時自動重建 Docker image
- 部署通知: Telegram (開始/成功/失敗)
- 健康檢查: https://mo.wooo.work/health (最多 5 次重試)
- 同步最新 CLAUDE.md / ADR-008 / memory (2026-04-19)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-19 01:21:13 +08:00

23 lines
623 B
Desktop File

[Unit]
Description=MOMO Pro System Startup Service
After=docker.service network-online.target
Wants=docker.service network-online.target
Requires=docker.service
[Service]
Type=oneshot
RemainAfterExit=yes
WorkingDirectory=/home/wooo/momo_pro_system
ExecStartPre=/bin/sleep 30
ExecStart=/home/wooo/momo_pro_system/scripts/tools/system_startup.sh
TimeoutStartSec=600
StandardOutput=journal
StandardError=journal
# 環境變數(可選,用於 Telegram 通知)
Environment="TELEGRAM_BOT_TOKEN=8075645931:AAH-EGKMo8ZC4QJs-Nc1_0s92xHrGdQvdpg"
Environment="TELEGRAM_CHAT_ID=5619078117"
[Install]
WantedBy=multi-user.target