Download List

Project Description

runit is a cross-platform Unix init scheme with service supervision; a replacement for sysvinit and other init schemes. It runs on GNU/Linux, *BSD, Mac OS X, and Solaris, and can easily be adapted to other Unix operating systems. runit implements a simple three-stage concept. Stage 1 performs the system's one-time initialization tasks. Stage 2 starts the system's uptime services (via the runsvdir program). Stage 3 handles the tasks necessary to shutdown and halt or reboot.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2009-10-08 00:52
2.1.1

For services that are taken up through the 'once' command, 'sv down' now properly instructs runsv to send the service daemon the TERM and CONT signals. Additionally, the selftests in the build process have been fixed.

2009-09-30 22:25
2.1.0

The chpst program learned a new option -b to run a program with a different name as the 0th argument, and some reported bugs have been fixed.

2008-06-25 20:36
2.0.0

The documentation has been updated slightly since
the latest test package. There were no changes to
the runit source code. This is the second stable
release of runit.
Tags: Stable, Minor feature enhancements

2008-05-15 22:17
1.9.0

The default directory for services is now
/service/, and no longer /var/service/. When
installing runit on a system that should comply
with the Filesystem Hierarchy Standard (FHS),
neither /service/ nor /var/service/ should be
chosen, but /etc/service/. It is recommended to
create a compatibility symlink /service pointing
to /etc/service in this case. This version
additionally fixes the runsv program to properly
handle service directories with ./log being a
symlink to a directory on a different device, and
slightly updates the sv program and the
documentation.
Tags: Development, Minor feature enhancements

2007-09-24 19:32
1.8.0

The runit program, process number 1, has been fixed to reap dead processes that re-parented to process number 1 (zombies) more thoroughly. Instructions on how to use runit with upstart as an init scheme have been added, svlogd has been changed to use a new source port for each log message sent through UDP, and this release includes a build fix for AIX.
Tags: Development, Minor feature enhancements

Project Resources