자동실행 추가

This commit is contained in:
2024-08-16 15:05:05 +09:00
parent 3ab055008c
commit da37ed11cd
3 changed files with 57 additions and 12 deletions

View File

@ -216,6 +216,7 @@ func prepareProcessLaunch(storageRoot string, req *shared.StartProcessRequest) (
name: req.Name,
args: req.Args,
version: req.Version,
recover: req.AutoRestart,
verpath: verpath,
state: int32(protos.ProcessState_Stopped),
stdin: stdin,