mirror of
https://github.com/containers/podman.git
synced 2025-08-06 19:44:14 +08:00

We need to block systemd from cleaning up this directory by dropping a /usr/lib/tmpfiles.d/podman.conf file in place. Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
5 lines
218 B
Plaintext
5 lines
218 B
Plaintext
# /tmp/podman-run-* directory can contain content for Podman containers that have run
|
|
# for many days. This following line prevents systemd from removing this content.
|
|
x /tmp/podman-run-.*
|
|
d /run/podman 0700 root root
|