- [program:xiaozhi-server]
- directory=/www/wwwroot/xiaozhi-server
- command=/bin/bash -lc "source .venv/bin/activate && PYTHONDONTWRITEBYTECODE=1 python app.py"
- autostart=true
- autorestart=true
- startsecs=5
- stopsignal=INT
- stopasgroup=true
- killasgroup=true
- stdout_logfile=/www/wwwlogs/xiaozhi-server.out.log
- stderr_logfile=/www/wwwlogs/xiaozhi-server.err.log
- stdout_logfile_maxbytes=20MB
- stderr_logfile_maxbytes=20MB
- stdout_logfile_backups=5
- stderr_logfile_backups=5
|