summary refs log tree commit diff
path: root/debian/control
blob: 3ceb60ba267ec4f6b2f221bcf68b1965bd6e0a2a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Source: runit
Section: admin
Priority: optional
Maintainer: Gerrit Pape <pape@smarden.org>
Build-Depends: dietlibc-dev (>> 0.22-0), debhelper (>> 3.0.0)
Standards-Version: 3.5.9

Package: runit
Architecture: any
Suggests: runit-run
Replaces: dameontools
Description: a UNIX init scheme with service supervision
 runit is a daemontools alike replacement for SysV-init and other init
 schemes. runit currently runs on Debian GNU/Linux, OpenBSD, FreeBSD,
 and may be easily 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. 
 .
 The runit programs are compiled and linked statically with the diet libc.
 .
 See http://smarden.org/runit/ for more information.
 .
 This package does not replace the /sbin/init binary. To do so you need
 to follow the documentation or install the runit-run package.