パッケージ: systemctl (1.4.4181-1.1)
systemctl に関するリンク
Debian の資源:
docker-systemctl-replacement ソースパッケージをダウンロード:
- [docker-systemctl-replacement_1.4.4181-1.1.dsc]
- [docker-systemctl-replacement_1.4.4181.orig.tar.xz]
- [docker-systemctl-replacement_1.4.4181-1.1.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
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.