/runit-user

A reimplementation of the Runit service management suite for use in user sessions.

Primary LanguageShellGNU General Public License v3.0GPL-3.0

RUnit-user

Table of Contents

Why

RUnit is a product truly adherent to the KISS philosophy.
Unfortunately KISS not necessarily equals flexibility or configurability.
In fact RUnit presents some inflexibilities that makes it not suitable for user session usage as is.

Runit-user aims to solve these problems while keeping differences from the original as little as possible, with few exceptions.

Building

Clone this project in a directory in your system, cd into it, then run ./configure && make

To generate a release tarball: ./configure && make distarch