Files
ewoooc/scripts/tools/momo-startup.service
OoO d6d8777e41
All checks were successful
CD Pipeline / deploy (push) Successful in 1m12s
V10.601 收斂 Gemini 與密鑰治理
2026-06-06 14:52:46 +08:00

23 lines
597 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=<TELEGRAM_BOT_TOKEN>"
Environment="TELEGRAM_CHAT_ID=5619078117"
[Install]
WantedBy=multi-user.target