File: README.Debian

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 (15 lines) | stat: -rw-r--r-- 498 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
"systemctl" can run a "main" foreground process as follows:

    systemctl init apache2

---

Service templates are not fully supported. For example, the default
"postfix" instance on Debian is "postfix@-.service" and the following
workaround is required to start it by "systemctl" command:

  ln -sv /lib/systemd/system/postfix@.service /etc/systemd/system/postfix@-.service

See the following upstream bug report for details:

  https://github.com/gdraheim/docker-systemctl-replacement/issues/62