File: control

package info (click to toggle)
docker-systemctl-replacement 1.4.4181-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 1,628 kB
  • sloc: python: 19,142; makefile: 208
file content (29 lines) | stat: -rw-r--r-- 1,262 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Source: docker-systemctl-replacement
Section: admin
Priority: optional
Standards-Version: 4.5.0
Maintainer: Dmitry Smirnov <onlyjob@debian.org>
Build-Depends: debhelper-compat (= 12) ,dh-python ,python3
    ,help2man
Rules-Requires-Root: no
Homepage: https://github.com/gdraheim/docker-systemctl-replacement
Vcs-Git: https://salsa.debian.org/debian/docker-systemctl-replacement.git
Vcs-Browser: https://salsa.debian.org/debian/docker-systemctl-replacement

Package: systemctl
Architecture: all
Conflicts: systemd
Depends: ${misc:Depends}, ${python3:Depends}
Recommends: ${misc:Recommends}
    ,procps
Suggests: tini | dumb-init
Description: 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.