From 7148544df0383713e663ae26ad9a6a7e6e0b27e9 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Wed, 24 Mar 2021 15:58:29 -0400 Subject: [NO TESTS NEEDED] Remove /tmp/containers-users-* files on reboot Helps Fix https://github.com/containers/podman/issues/9765 Signed-off-by: Daniel J Walsh --- contrib/tmpfile/podman.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/contrib/tmpfile/podman.conf b/contrib/tmpfile/podman.conf index e7cad4066..650678a21 100644 --- a/contrib/tmpfile/podman.conf +++ b/contrib/tmpfile/podman.conf @@ -1,5 +1,6 @@ # /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-* +x /tmp/containers-user-* D! /run/podman 0700 root root D! /var/lib/cni/networks -- cgit v1.2.3-54-g00ecf