runit 2.1.2-3ubuntu1 source package in Ubuntu
Changelog
runit (2.1.2-3ubuntu1) vivid; urgency=low * Merge from Debian unstable (LP: #1407844). Remaining changes: - debian/runsvdir.upstart: Add upstart config file. - debian/rules: + Install runsvdir.upstart - debian/runit.post{inst,rm}: Don't execute anything if /etc/inittab is not available on the system. - debian/runit.postinst: Start the runit supervisor after install. - debian/runit.prerm: Stop the runit supervisor before removing. -- Gianfranco Costamagna <email address hidden> Tue, 06 Jan 2015 03:11:27 +0100
Upload details
- Uploaded by:
- Gianfranco Costamagna
- Sponsored by:
- Artur Rona
- Uploaded to:
- Vivid
- Original maintainer:
- Ubuntu Developers
- Architectures:
- any
- Section:
- admin
- Urgency:
- Low Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Xenial | release | universe | admin |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
runit_2.1.2.orig.tar.gz | 108.3 KiB | 6fd0160cb0cf1207de4e66754b6d39750cff14bb0aa66ab49490992c0c47ba18 |
runit_2.1.2-3ubuntu1.diff.gz | 23.0 KiB | 7dc75e890cfe14e726afe0441727054b176e8cb250115b17d3cf2f7dcc66f7a3 |
runit_2.1.2-3ubuntu1.dsc | 1.0 KiB | ae5a50c661276ce689ace2b825bcdf7746fc2ebd71ee7b259f3ff0ef31e05707 |
Available diffs
Binary packages built by this source
- runit: 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 or replace the init
system completely. Complete init replacement requires some manual
configuration described in the supplied documentation.