* Automatically install and start a systemd service
* Use Bash and set shell options to enable fail-fast behavior
* Ensure that we're performing disk manipulations on Tart 2.0.0 or newer
* "tart exec" support (--run-rpc) and component groups (e.g. --run-daemon)
* CI: check for lacking "buf generate" invocation
* CI: a task to run "buf push"
* defer ptmx.Close()
* Use getpeername(2) to get AF_VSOCK peer's identity
* Only call ptmx.Close() when pty.StartWithSize() succeeded