Download List

Projeto Descrição

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

Para os serviços que são absorvidas através do comando 'uma vez', 'sv down' agora devidamente runsv encarrega de enviar o daemon de serviço e os sinais TERM CONT. Além disso, o selftests no processo de construção foram corrigidos.
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

O programa chpst aprendeu uma nova opção-b para executar um programa com um nome diferente como o argumento 0, e alguns bugs reportados foram corrigidos.
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

A documentação foi atualizada ligeiramente desde o último pacote de teste. Não houve alterações ao código-fonte runit. Esta é a segunda versão estável do runit.
Tags: Stable, Minor feature enhancements
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.

2008-05-15 22:17
1.9.0

O diretório padrão para os serviços é agora / / serviço, e não mais / var / service /. Ao instalar runit em um sistema que deve respeitar o Filesystem Hierarchy Standard (FHS), nem o serviço / ou / var / service / devem ser escolhidos, mas o / etc / serviço /. Recomenda-se para criar um link simbólico compatibilidade / serviço apontando para / etc / serviço no presente caso. Esta versão corrige Além disso o programa runsv lidar adequadamente com os diretórios de serviços com. / Log de atualizações sendo uma ligação simbólica para um diretório em um dispositivo diferente, e um pouco o programa sv e documentação.
Tags: Development, Minor feature enhancements
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.

2007-09-24 19:32
1.8.0

O programa runit, processo número 1, foi corrigido para colher os processos mortos que re-pai para processo de número 1 (zombies) mais minuciosamente. Instruções sobre como usar runit com arrivista como um esquema de inicialização que foram acrescentadas, svlogd foi alterado para usar uma porta nova fonte para cada mensagem de log enviadas através de UDP, e esta versão inclui uma correção para construir AIX.
Tags: Development, Minor feature enhancements
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.

Project Resources