runit-services 0.5.4 source package in Ubuntu

Changelog

runit-services (0.5.4) unstable; urgency=medium

  * Add a flaky autopkgtest
    - d/tests/control file
    - blacklist services that are too hard or impossible
       to test
    - test all non-blacklisted services
  * update copyright
  * dbus.dep-fixer: wait for elogind only if it's enabled
  * isc-dhcp-server:
      - test config and lease
      - default to -4
      - configurable (empty by default) interfaces
  * dbus: simplify run script

 -- Lorenzo Puliti <email address hidden>  Thu, 19 Jan 2023 15:13:58 +0100

Upload details

Uploaded by:
Lorenzo Puliti
Uploaded to:
Sid
Original maintainer:
Lorenzo Puliti
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
runit-services_0.5.4.dsc 1.7 KiB 82e37d73c665fbf791cd9726efd462f65d0242d028f85fe481955045f27c3722
runit-services_0.5.4.tar.xz 13.2 KiB 425b9224b2b107598d3dd98e821144b8c38a2a2c5fd6fecf7dfb0d36302e3b46

Available diffs

No changes file available.

Binary packages built by this source

runit-services: UNIX init scheme with service supervision (services)

 runit is a replacement for SysV-init and other init schemes. It runs on
 Debian GNU/Linux, *BSD, MacOSX, and Solaris, 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.
 .
 See http://smarden.org/runit/ for more information.
 .
 This package contains services directories for a collection of services
 available in Debian, to have them run under runit service supervision
 instead of sysvinit or systemd. Services directories are installed under
 /usr/share/runit/sv/ and only services of packages that are installed
 on the system are copied to /etc/sv/. The cpsv utility can be used to
 copy, inspect and update runscripts in /etc/sv/ after the first installation.
 It's recommended to read
 https://salsa.debian.org/Lorenzo.ru.g-guest/runit-services/-/blob/master/README
 before installing this package.