![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /lib/systemd/system/ |
# This service runs once each boot to remove potential leftover # container state from previous boots. # This is needed when using transient storage mode in podman where the # database and other configs are stored in tmpfs, but some other files # are not. If we don't run this after an unclean boot then there may # be some leftover files that grow over time. [Unit] Description=Clean up podman transient data RequiresMountsFor=%t/containers Documentation=man:podman-system-prune(1) Requires=boot-complete.target After=local-fs.target boot-complete.target [Service] Type=oneshot ExecStart=/usr/bin/podman system prune --external [Install] WantedBy=default.target