alterncpanel should execute cron_users.sh instead of root

This commit is contained in:
Axel ROGER 2012-11-08 10:50:16 +00:00
parent 0f18155bd2
commit 639e948dfd
1 changed files with 1 additions and 1 deletions

View File

@ -29,4 +29,4 @@
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
00,30 * * * * alterncpanel /usr/lib/alternc/cron_users.sh