Units
Usesysg start -- <command...> to create and run a single managed unit without
writing a full project config.
When --name is omitted, systemg auto-generates a unit name.
Common examples
Keep a lightweight HTTP server alive.Where unit files are stored
Generated unit configs are saved under:Applying a newly staged unit
If a supervisor is already running,sysg start --daemonize -- <command...> stages
the unit YAML and prints the explicit restart command. This keeps restart decisions
under user control.