mirror of
https://github.com/RobbieHan/sandboxMP.git
synced 2026-03-22 21:00:16 +08:00
8 lines
255 B
INI
8 lines
255 B
INI
[program:sandboxmp-uwsgi]
|
|
command=/root/.virtualenvs/sandboxMP/bin/uwsgi /etc/smp_uwsgi.ini
|
|
stdout_logfile=/var/log/uwsgi/smp_uwsgi.log
|
|
stderr_logfile=/var/log/uwsgi/smp_uwsgi.log
|
|
stdout_logfile_maxbytes = 20MB
|
|
autostart=true
|
|
autorestart=true
|
|
priority=905 |