NSA / supervisord.conf
Fred808's picture
Upload 5 files
2206dba verified
raw
history blame contribute delete
454 Bytes
[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