Dumb SuperVisor (short: dsv) is a bare minimum process supervisor.
In a bid to understand process supervision, I attempted to implement a process supervisor myself.
- Dietlibc - other libc are not supported.
- TCC - GCC is not supported.
- GNU Binutils
- Make
The example empty
daemon is written in x86 assembly.
Type make
.
dsv [absolute-path] [arguments...]
Calling dsv
without arguments will give a more detailed help message.