mirror of https://github.com/containers/podman.git
Merge pull request #9809 from rhatdan/tmpdir
[NO TESTS NEEDED] Remove /tmp/containers-users-* files on reboot
This commit is contained in:
commit
545127c075
|
|
@ -1,5 +1,6 @@
|
||||||
# /tmp/podman-run-* directory can contain content for Podman containers that have run
|
# /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.
|
# for many days. This following line prevents systemd from removing this content.
|
||||||
x /tmp/podman-run-*
|
x /tmp/podman-run-*
|
||||||
|
x /tmp/containers-user-*
|
||||||
D! /run/podman 0700 root root
|
D! /run/podman 0700 root root
|
||||||
D! /var/lib/cni/networks
|
D! /var/lib/cni/networks
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue