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 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104
|
Source: runit
Section: admin
Maintainer: Lorenzo Puliti <plorenzo@disroot.org>
Priority: optional
Standards-Version: 4.6.2
Rules-Requires-Root: no
Homepage: http://smarden.org/runit/
Build-Depends: bash-completion,
debhelper-compat (= 13),
dh-exec,
dh-runit (>= 2.10.2),
dh-sysuser (>= 1.3.6+really1.4.0),
dh-buildinfo (>= 0.11+nmu1),
doc-base,
Vcs-Browser: https://salsa.debian.org/debian/runit
Vcs-Git: https://salsa.debian.org/debian/runit.git
Package: runit
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Replaces: runit-init (<< 2.1.2-29~)
Breaks: runit-init (<< 2.1.2-29~)
Recommends: runit-run | runit-init
Suggests: socklog, ucspi-unix, zsh, runit-services
Description: system-wide service supervision
runit is a collection of tools to provide system-wide service supervision
and to manage services. Contrary to sysv init, it not only cares about
starting and stopping services, but also supervises the service daemons
while they are running. Amongst other things, it provides a reliable
interface to send signals to service daemons without the need for pid-files,
and a log facility with automatic log file rotation and disk space limits.
.
runit service supervision can run under sysv init, systemd or replace the init
system completely. Complete init replacement is provided by 'runit-init'
package. Users that want to take advantage of runit supervision under systemd
or sysv init can directly install the 'runit-run' package.
Package: runit-run
Architecture: all
Breaks: runit (<< 2.1.2-4), runit-sysv (<= 2.1.2-36), runit-systemd (<= 2.1.2-36), ${runit:Breaks}
Replaces: runit (<< 2.1.2-4), runit-sysv (<= 2.1.2-36), runit-systemd (<= 2.1.2-36)
Conflicts: runit-init
Depends: runit, ${misc:Depends}, ${shlibs:Depends}
Description: service supervision (systemd and sysv integration)
runit is a collection of tools to provide system-wide service supervision
and to manage services. Contrary to sysv init, it not only cares about
starting and stopping services, but also supervises the service daemons
while they are running. Amongst other things, it provides a reliable
interface to send signals to service daemons without the need for pid-files,
and a log facility with automatic log file rotation and disk space limits.
.
This package provides service file to start runit supervision via systemd
and an entry in /etc/inittab that respawns the supervision tree for sysv
users.
Package: runit-systemd
Architecture: all
Section: oldlibs
Breaks: runit (<< 2.1.2-37), ${runit:Breaks}
Depends: ${misc:Depends}
Description: transitional package for runit-systemd users
This is a transitional empty package to smooth the transition from
runit-systemd to runit-run. See #976187 for details. When runit-run
is successfully installed this package can be removed.
Package: getty-run
Architecture: all
Suggests: fgetty
Breaks: ${runit:Breaks}
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: runscripts to supervise getty processes
runit is a collection of tools to provide system-wide service supervision
and to manage services. Contrary to sysv init, it not only cares about
starting and stopping services, but also supervises the service daemons
while they are running. Amongst other things, it provides a reliable
interface to send signals to service daemons without the need for pid-files,
and a log facility with automatic log file rotation and disk space limits.
.
This package provides scripts to supervise getty processes, allowing
local login.
Package: runit-init
Architecture: any
Depends: runit (>= 2.1.2-43~), ${misc:Depends},
${shlibs:Depends}, getty-run, insserv, initscripts, mount [linux-any]
Breaks: ${runit:Breaks}
Replaces: systemd-sysv, sysvinit-core, runit (<< 2.1.2-10~)
Conflicts: systemd-sysv, sysvinit-core, libnss-systemd
Recommends: runit-services
Description: system-wide service supervision (as init system)
runit is a collection of tools to provide system-wide service supervision
and to manage services. Contrary to sysv init, it not only cares about
starting and stopping services, but also supervises the service daemons
while they are running. Amongst other things, it provides a reliable
interface to send signals to service daemons without the need for pid-files,
and a log facility with automatic log file rotation and disk space limits.
.
This package provides /sbin/init as a symlink to runit-init so that the system
will automatically boot with runit; it also provides compatibility symlinks
(shutdown, halt, reboot, poweroff) that are expected by desktop environments
and other system tools.
To install this package the user need to first remove the `init' metapackage,
for more details see #1005881 or visit
https://salsa.debian.org/runit-team/runit-wiki/-/wikis/home
|