[ 源代码: docker-systemctl-replacement ]
软件包: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.