From f2d941b241ba6ecc50f4e1f7c2469ecb58a7378d Mon Sep 17 00:00:00 2001 From: Paul Holzinger Date: Fri, 30 May 2025 18:06:03 +0200 Subject: [PATCH] docs: quadlet can translate names now Remove no longer correct statement that quadlet that does not translate our own custom unit types Fixes: e498c652 ("Quadlet - translate dependencies on other quadlet units") Fixes: #26243 Signed-off-by: Paul Holzinger --- docs/source/markdown/podman-systemd.unit.5.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/docs/source/markdown/podman-systemd.unit.5.md b/docs/source/markdown/podman-systemd.unit.5.md index 8b121e9b2d..b2cba3976f 100644 --- a/docs/source/markdown/podman-systemd.unit.5.md +++ b/docs/source/markdown/podman-systemd.unit.5.md @@ -136,11 +136,6 @@ separate drop-in file as described above. The latter allows you to install an non-enabled unit and then later enabling it by installing the drop-in. - -**NOTE:** To express dependencies between containers, use the generated names of the services. In other -words `WantedBy=other.service`, not `WantedBy=other.container`. The same is -true for other kinds of dependencies, too, like `After=other.service`. - ### Template files Systemd supports a concept of [template files](https://www.freedesktop.org/software/systemd/man/latest/systemd.service.html#Service%20Templates).