30 lines
929 B
Plaintext
30 lines
929 B
Plaintext
[program:goauto-admin-api]
|
|
command=pwsh.exe -NoLogo -NoProfile -File "D:/OPC/goauto-worktrees/main-runtime/scripts/start-server.ps1" -ConfigPath "D:/OPC/goauto/config.yaml" -SkipMigration
|
|
directory=D:/OPC/goauto-worktrees/main-runtime
|
|
autostart=true
|
|
autorestart=true
|
|
startsecs=3
|
|
startretries=3
|
|
stopwaitsecs=30
|
|
stopasgroup=true
|
|
killasgroup=true
|
|
redirect_stderr=true
|
|
stdout_logfile=D:/supervisor/logs/goauto-admin-api.log
|
|
stdout_logfile_maxbytes=50MB
|
|
stdout_logfile_backups=5
|
|
|
|
[program:goauto-admin-ui]
|
|
command=pwsh.exe -NoLogo -NoProfile -File "D:/OPC/goauto-worktrees/main-runtime/scripts/start-web.ps1" -ConfigPath "D:/OPC/goauto/config.yaml"
|
|
directory=D:/OPC/goauto-worktrees/main-runtime
|
|
autostart=true
|
|
autorestart=true
|
|
startsecs=3
|
|
startretries=3
|
|
stopwaitsecs=20
|
|
stopasgroup=true
|
|
killasgroup=true
|
|
redirect_stderr=true
|
|
stdout_logfile=D:/supervisor/logs/goauto-admin-ui.log
|
|
stdout_logfile_maxbytes=50MB
|
|
stdout_logfile_backups=5
|