Files
2026-05-16 22:25:48 +08:00

19 lines
448 B
Desktop File
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
[Unit]
Description=Onchain Scout (Gate) via PM2 runtime
After=network.target
[Service]
Type=simple
User=root
WorkingDirectory=/root/onchain_scout_gate
Environment=NODE_ENV=production
Environment=PYTHONUNBUFFERED=1
# 需全局安装 pm2npm install -g pm2
# 路径按实际安装位置调整(which pm2-runtime
ExecStart=/usr/bin/pm2-runtime start deploy/ecosystem.config.cjs
Restart=always
RestartSec=5
[Install]
WantedBy=multi-user.target