A simple process designed to be used as PID 1 in a container and
- Proxy signals through to another process
- Wait on orphan processes that have reparented to it
go build
- ./init-proc
You'll probably want to use it in a container, see the Dockerfile in this repo for an example of how to do that