diff options
Diffstat (limited to 'contrib/tmpfile/podman.conf')
-rw-r--r-- | contrib/tmpfile/podman.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/contrib/tmpfile/podman.conf b/contrib/tmpfile/podman.conf new file mode 100644 index 000000000..d769671e3 --- /dev/null +++ b/contrib/tmpfile/podman.conf @@ -0,0 +1,4 @@ +# /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 |