MobileCLI / supervisord.conf
NeoLee's picture
update sa
f40ba08 verified
raw
history blame contribute delete
573 Bytes
[supervisord]
nodaemon=true
user=root
[program:flask_app]
command=python3 app.py
autostart=true
autorestart=true
redirect_stderr=true
stdout_logfile=/dev/stdout
stdout_logfile_maxbytes=0
[program:gemini_core]
# 启动 Gemini CLI 的核心服务
command=npx -y @google/gemini-cli-core
autostart=true
autorestart=true
redirect_stderr=true
stdout_logfile=/dev/stdout
stdout_logfile_maxbytes=0
[program:cf_tunnel]
command=cloudflared tunnel --url http://localhost:7860
autostart=true
autorestart=true
redirect_stderr=true
stdout_logfile=/dev/stdout
stdout_logfile_maxbytes=0