On Tue, Apr 28, 2015 at 8:50 AM, Avery Payne <[email protected]> wrote: > On 4/22/2015 7:51 AM, bougyman wrote: >> >> Void defaults to runit as pid1 and provides /etc/sv/<service> directories >> (runit/daemontools/s6 compatible) for services. > > How are these arranged? How are they licensed?
Currently runit-void uses /etc/runit/1, 2, and 3 for those stages, with runlevels in /etc/runit/runsvdir, runsvdir watches /run/runit/runsvdir/current, a symlink to /etc/runit/runsvdir/current. Void linux is licensed under a 2 clause BSD style license, while runit-void (the supervision scripts) itself is public domain https://github.com/voidlinux/void-runit
