mirror of
https://github.com/patriceckhart/zot.git
synced 2026-06-27 05:46:34 +02:00
syscall.SysProcAttr.Setsid is posix-only — unknown field on windows. Extracted the detach-on-start logic into a detachChild function variable, implemented in botcmd_unix.go (Setsid) and botcmd_windows.go (DETACHED_PROCESS | CREATE_NEW_PROCESS_GROUP creation flags). |
||
|---|---|---|
| .. | ||
| modes | ||
| tools | ||
| args.go | ||
| botcmd.go | ||
| botcmd_unix.go | ||
| botcmd_windows.go | ||
| build.go | ||
| cli.go | ||
| config.go | ||
| modelsync.go | ||
| systemprompt.go | ||