You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ctk/services/backend/configs/supervisor/api.conf

9 lines
147 B
Plaintext

[supervisord]
nodaemon=true
[program:app]
priority=1
user=uwsgi
command=/usr/local/bin/uwsgi --ini /home/config/uwsgi/uwsgi.ini
autorestart=false