Start vs Spawn
start is now the primary process-creation command.
:::warning Deprecated
sysg spawn is deprecated. Use sysg start --parent-pid ... for child-process workflows.
:::
Quick comparison
start - Unified command
Manifest services:
spawn:
Legacy spawn mapping
Existing invocations:
start command:
Recommended naming
Use the term child mode for the formerspawn workflow:
startin child mode (--parent-pid)startin ad-hoc mode (command without--parent-pid)startin manifest mode (no command)
Example: Job queue with child mode
See also
start- Launch servicesspawn- Deprecated command reference- Configuration - Service definitions

