File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ logfile_maxbytes=0
55
66[program:zoekt]
77command=./prefix-output.sh zoekt-webserver -index %(ENV_DATA_CACHE_DIR)s/index -rpc
8+ priority=10
89autostart=true
910autorestart=true
1011startretries=3
@@ -14,6 +15,7 @@ redirect_stderr=true
1415
1516[program:web]
1617command=./prefix-output.sh node packages/web/server.js
18+ priority=20
1719autostart=true
1820autorestart=true
1921startretries=3
@@ -23,6 +25,7 @@ redirect_stderr=true
2325
2426[program:backend]
2527command=./prefix-output.sh node packages/backend/dist/index.js
28+ priority=20
2629autostart=true
2730autorestart=true
2831startretries=3
@@ -32,6 +35,7 @@ redirect_stderr=true
3235
3336[program:redis]
3437command=redis-server --dir %(ENV_REDIS_DATA_DIR)s
38+ priority=10
3539autostart=true
3640autorestart=true
3741startretries=3
You can’t perform that action at this time.
0 commit comments