stable / supervisord.conf
whatf4r's picture
Update supervisord.conf
4343905 verified
raw
history blame contribute delete
No virus
532 Bytes
[supervisord]
nodaemon=false
[program:v2ray]
command=/home/joey/v2ray/v2ray run -c /home/joey/v2ray/vmess-ws.json
autostart=true
autorestart=true
redirect_stderr=true
[program:cloudflared]
command=/home/joey/cloudflared tunnel run --token %(ENV_ARGO_TOKEN)s
autostart=true
autorestart=true
redirect_stderr=true
[unix_http_server]
file=/home/joey/supervisor.sock
[rpcinterface:supervisor]
supervisor.rpcinterface_factory = supervisor.rpcinterface:make_main_rpcinterface
[supervisorctl]
serverurl=unix:///home/joey/supervisor.sock