diff --git a/docs/source/markdown/options/systemd.md b/docs/source/markdown/options/systemd.md index 67aaca4ad1..7bc66565c8 100644 --- a/docs/source/markdown/options/systemd.md +++ b/docs/source/markdown/options/systemd.md @@ -19,12 +19,13 @@ Running the container in systemd mode causes the following changes: * _/run_ * _/run/lock_ * _/tmp_ - * _/sys/fs/cgroup/systemd_ + * _/sys/fs/cgroup/systemd_ (on a cgroup v1 system) * _/var/lib/journal_ * Podman sets the default stop signal to **SIGRTMIN+3**. * Podman sets **container_uuid** environment variable in the container to the first 32 characters of the container ID. * Podman does not mount virtual consoles (_/dev/tty\d+_) when running with **--privileged**. +* On cgroup v2, */sys/fs/cgroup* is mounted writeable. This allows systemd to run in a confined container without any modifications.