File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change 1
1
# /tmp/podman-run-* directory can contain content for Podman containers that have run
2
- # for many days. This following line prevents systemd from removing this content.
2
+ # for many days. The following lines prevents systemd from removing this content.
3
+ # At the same time, these directories must also be cleaned on reboot.
4
+ # Thus, each path has two lines: x to not periodically clean, R! to recursively
5
+ # remove on reboot.
3
6
x /tmp/podman-run-*
7
+ R! /tmp/podman-run-*
4
8
x /tmp/storage-run-*
9
+ R! /tmp/storage-run-*
5
10
x /tmp/containers-user-*
11
+ R! /tmp/containers-user-*
6
12
x /tmp/run-*/libpod
13
+ R! /tmp/run-*/libpod
7
14
D! /var/lib/containers/storage/tmp 0700 root root
8
15
D! /run/podman 0700 root root
9
16
D! /var/lib/cni/networks
You can’t perform that action at this time.
0 commit comments