myinit 0.4
myinit is a simple “init” program with parallel execution and dependencies via reference counting (by way of “start” and “stop” commands).
The `start’ command will `reference’ a service (add 1 to its reference count) and the `stop’ command will `dereference’ a service (subtract 1 from its reference count). When a service is referenced for the first [...]