There is a new pull request by mobinmob against master on the void-packages repository https://github.com/mobinmob/void-packages boot-66serv https://github.com/void-linux/void-packages/pull/45578 s6/66 integration (previously boot-66) This PR contains packaging templates, scripts and frontend service files that enable a [voidlinux](https://www.voidlinux.org) system to boot and work using [s6](https://skarnet.org/software/s6/) and [s6-rc](https://skarnet.org/software/s6-rc/) via the [66](https://web.obarun.org/software/66/latest/) suite of utilities. Packaging templates are provided for: - **boot66-serv**, the portable set of service to boot a machine in conjunction with 66 API. The package also contains extra scripts, under the files/ subdir and two services frontend files. Under the patches/ subdirectory there are void-specific patches. - **void-66-services**, a collection of frontend service files for voidlinux, maintained in https://github.com/mobinmob/void-66-services. - **scandir-66serv**, a __module__ type service for 66 that enables running services in a user session. - **66-void**, a replacement for the runit-void package, that reuses the [void-runit](https://github.com/void-linux/void-runit) repo contents to create a 66 "base" package for the distribution. - **base-system-66**, a replacement for the base-system meta package, only difference the dependence on 66-void instead of runit-void. #### Testing the changes - I tested the changes in this PR: **YES** #### New package - This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES** A patch file from https://github.com/void-linux/void-packages/pull/45578.patch is attached