mirror of https://gitee.com/anolis/sysom.git
9 lines
358 B
INI
9 lines
358 B
INI
[program:sysom-api]
|
|
directory=/usr/local/sysom/server/sysom_api
|
|
command=/usr/local/sysom/environment/virtualenv/bin/gunicorn -c ./conf/gunicorn.py sysom.asgi:application
|
|
autostart=true
|
|
autorestart=true
|
|
stdout_logfile=/var/log/sysom/sysom-api.log
|
|
stderr_logfile=/var/log/sysom/sysom-api-error.log
|
|
environment=PATH=/usr/local/sysom/virtualenv/bin:%(ENV_PATH)s
|