File size: 532 Bytes
cef9543
 
 
 
 
 
 
 
 
 
4343905
cef9543
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[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