docker-systemctl-replacement 1.4.3424-1 source package in Ubuntu

Changelog

docker-systemctl-replacement (1.4.3424-1) unstable; urgency=medium

  * Initial release (Closes: #944039).

 -- Dmitry Smirnov <email address hidden>  Sun, 03 Nov 2019 20:26:05 +1100

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

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
docker-systemctl-replacement_1.4.3424-1.dsc 2.0 KiB e7cf08dbb1acc95f94b85b2cf1dc2f992c7d8250714fb48ddc63aa95cdd091ba
docker-systemctl-replacement_1.4.3424.orig.tar.gz 167.4 KiB 853094108a0f6f8553ef7e9eca8b2ceabb5ac68ad85f1577ee06969ac4f36e16
docker-systemctl-replacement_1.4.3424-1.debian.tar.xz 7.3 KiB 01b70696ff7d7c4e6ecf5f63804bdaa82333aa4675ab123828073603046f7ff9

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.