docker-systemctl-replacement 1.4.4181-1.1 source package in Ubuntu

Changelog

docker-systemctl-replacement (1.4.4181-1.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Do not provide systemd for now. (Closes: #959828)
    While the idea is to be a substitution for systemd's systemctl, the
    implementation via 'Provides: systemd' breaks stuff in practice.
    Another solution should be found given more time and cooperation with
    systemd maintainers. This is a stop-gap solution. It is meant to be
    temporary.

 -- Helmut Grohne <email address hidden>  Wed, 26 Aug 2020 19:09:30 +0200

Upload details

Uploaded by:
Dmitry Smirnov
Uploaded to:
Sid
Original maintainer:
Dmitry Smirnov
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
docker-systemctl-replacement_1.4.4181-1.1.dsc 2.0 KiB 4f4cb36f3447d07dc7ebc6c7cbea7383093107ef7dfede14597f2c66fdddbf63
docker-systemctl-replacement_1.4.4181.orig.tar.xz 100.6 KiB dcf6442e564db45eb330ffc33a7ced422bce29185a6d1d17b78d421ee20ce5fa
docker-systemctl-replacement_1.4.4181-1.1.debian.tar.xz 7.6 KiB e6f78543f9f682ea3a323e707ddc7ff4ed58459f17d14a9a958be224a63e893c

Available diffs

No changes file available.

Binary packages built by this source

systemctl: daemonless "systemctl" command to manage services without systemd

 "systemctl" is a replacement command to control system daemons without
 systemd. "systemctl" is useful in application containers where systemd is
 not available to start/stop services.
 .
 This script can also be run as init of an application container (i.e. the
 main "CMD" on PID 1) where it will automatically bring up all enabled
 services in the "multi-user.target" and where it will reap all zombies
 from background processes in the container. When stopping such a container
 it will also bring down all configured services correctly before exit.