Fix #1363 : Adding cron_users.sh to alternc's cron

This commit is contained in:
Axel ROGER 2012-11-08 10:35:10 +00:00
parent 42574d3cf2
commit 0f18155bd2
1 changed files with 6 additions and 4 deletions

View File

@ -28,3 +28,5 @@
# Look for and purge old sessions every 30 minutes
09,39 * * * * root [ -x /usr/lib/php5/maxlifetime ] && [ -d /var/lib/php5 ] && find /var/alternc/sessions/ -type f -cmin +$(/usr/lib/php5/maxlifetime) -delete
# Every 30 minutes, do cron_users actions
00,30 * * * * root /usr/lib/alternc/cron_users.sh