A minimal init system written in Nim
Go to file
Nocturn9x 26f98cec52 Added shutdown hooks support and unmounting of all handlers upon exit 2021-12-01 12:00:07 +01:00
src Added shutdown hooks support and unmounting of all handlers upon exit 2021-12-01 12:00:07 +01:00
.dockerignore Initial ground work on the init 2021-11-30 20:54:27 +01:00
.gitignore Updated gitignore to excluse src/main.nim's binary 2021-11-30 16:15:08 +01:00
Dockerfile Added shutdown hooks support and unmounting of all handlers upon exit 2021-12-01 12:00:07 +01:00
LICENSE Initial commit 2021-11-29 15:31:32 +01:00
README.md Modularized the system further, added mounting of virtual filesystems 2021-11-30 23:56:38 +01:00
start.sh Initial ground work on the init 2021-11-30 20:54:27 +01:00

README.md

nimd

A minimal, self-contained dependency-based Linux init system written in Nim