Package: alt-tmpreaper Version: 1.6.14-1 Architecture: amd64 Maintainer: CloudLinux Packaging Team Installed-Size: 60 Depends: libc6 (>= 2.27), libmount1 (>= 2.24.2), debconf Conflicts: tmpwatch Replaces: tmpwatch Priority: optional Section: admin Filename: pool/main/a/alt-tmpreaper/alt-tmpreaper_1.6.14-1_amd64.deb Size: 15172 SHA256: d9777559c0fb142e551c44dfe12013552f84d4a33692a5d57433855ad5fa5d8e SHA1: e0cc5a6183ab96d30a25d7a3b6933ddbf982692a MD5sum: c057b52567743cfcc5cb3be59f39573b Description: cleans up files in directories based on their age This package provides a program that can be used to clean out temporary-file directories. It recursively searches the directory, refusing to chdir() across symlinks, and removes files that haven't been accessed in a user-specified amount of time. You can specify a set of files to protect from deletion with a shell pattern. It will not remove files owned by the process EUID that have the `w' bit clear, unless you ask it to, much like `rm -f'. `tmpreaper' will not remove symlinks, sockets, fifos, or special files unless given a command line option enabling it to. . WARNING: Please do not run `tmpreaper' on `/'. There are no protections against this written into the program, as that would prevent it from functioning the way you'd expect it to in a `chroot(8)' environment. . The daily tmpreaper run can be configured through /opt/alt/tmpreaper/etc/tmpreaper.conf .