| Server IP : 5.83.47.51 / Your IP : 216.73.217.19 Web Server : Apache System : Linux hosting.nxthost.com 5.14.0-687.44.1.el9_8.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Sep 9 11:11:28 EDT 2026 x86_64 User : esteemro ( 1261) PHP Version : 7.4.33 Disable Function : show_source, system, shell_exec, passthru, exec, popen, proc_open MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /lib/tmpfiles.d/ |
Upload File : |
# /tmp/podman-run-* directory can contain content for Podman containers that have run # for many days. The following lines prevents systemd from removing this content. # At the same time, these directories must also be cleaned on reboot. # Thus, each path has two lines: x to not periodically clean, R! to recursively # remove on reboot. x /tmp/podman-run-* R! /tmp/podman-run-* x /tmp/storage-run-* R! /tmp/storage-run-* x /tmp/containers-user-* R! /tmp/containers-user-* x /tmp/run-*/libpod R! /tmp/run-*/libpod D! /var/lib/containers/storage/tmp 0700 root root D! /run/podman 0700 root root D! /var/lib/cni/networks # Remove /var/tmp/container_images* podman temporary directories on each # boot which are created when pulling or saving images. R! /var/tmp/container_images*