initial commit of file from CVS for smeserver-php on Sat Mar 23 15:31:58 AEDT 2024

This commit is contained in:
Trevor Batley
2024-03-23 15:31:58 +11:00
parent ba0cd7fb70
commit e590ff9746
164 changed files with 2705 additions and 2 deletions

View File

@@ -0,0 +1,8 @@
for VER in php php55 php56 php70 php71 php72 php73 php74 php80 php81 php82 php83; do
/usr/sbin/tmpwatch -umc --nodirs -q 7d /var/lib/php/$VER/tmp
/usr/sbin/tmpwatch -umc --nodirs -q 7d /var/lib/php/$VER/opcache
/usr/sbin/tmpwatch -umc --nodirs -q 7d /var/lib/php/$VER/wsdlcache
/usr/sbin/tmpwatch -umc --nodirs -q 7d /var/lib/php/$VER/opcache
done