| [supervisord] | |
| nodaemon=true | |
| [program:ikev2_server] | |
| command=python3 vpn_server.py | |
| autostart=true | |
| autorestart=true | |
| priority=10 | |
| stdout_logfile=/dev/stdout | |
| stdout_logfile_maxbytes=0 | |
| stderr_logfile=/dev/stderr | |
| stderr_logfile_maxbytes=0 | |
| [program:web_ui] | |
| command=uvicorn web_ui:app --host 0.0.0.0 --port 8000 | |
| autostart=true | |
| autorestart=true | |
| priority=20 | |
| stdout_logfile=/dev/stdout | |
| stdout_logfile_maxbytes=0 | |
| stderr_logfile=/dev/stderr | |
| stderr_logfile_maxbytes=0 | |