I have several notable projects:
- rcinit
- a really small init script, written in plan9's rc shell
- inspired by shinit, sinit and the like, I really wanted to write one in rc instead
- shsm
- I really wanted to get rid of busybox's runit, and have a service manager written in POSIX sh.
- I then found svc, which was (mostly) exacly what I was looking for, although, with some flaws. So I made (what I would call) improvements
- rcsm
- Superseeding shsm, I wanted to step up my game from rcinit, and write something a bit simpler than shsm.
- based on the same idea as shsm, I put together a service manager i roughly half the size of shsm.
- oakiss