freelance84 Posted December 13, 2011 Share Posted December 13, 2011 i have an unknown cron: [ -x /usr/lib/php5/maxlifetime ] && [ -d /var/lib/php5 ] && find /var/lib/php5/ -depth -mindepth 1 -maxdepth 1 -type f -cmin +$(/usr/lib/php5/maxlifetime) -delete Does anyone know what this is? I never noticed it before until now... Quote Link to comment https://forums.phpfreaks.com/topic/253094-unknown-cron-job/ Share on other sites More sharing options...
requinix Posted December 13, 2011 Share Posted December 13, 2011 That cleans up old session files. Quote Link to comment https://forums.phpfreaks.com/topic/253094-unknown-cron-job/#findComment-1297577 Share on other sites More sharing options...
freelance84 Posted December 13, 2011 Author Share Posted December 13, 2011 ahhh... cool, thanks a lot Quote Link to comment https://forums.phpfreaks.com/topic/253094-unknown-cron-job/#findComment-1297623 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.