It looks like cpanel, (...or LAMP...) auto installed the following line into cron:
09,39 * * * * /usr/local/cpanel/scripts/clean_user_php_sessions > /dev/null 2>&1
But, it doesn't look right. 1) the second value `39` is not a valid hour and 2) it has 6 fields `09,39 * * * *` defined when cron only takes 5 fields.
Can anyone elaborate on this or explain it - it just flat out looks wrong to me.
CentOS: v7.9.2009
cPanel: 110.0.2
PHP: 7.3
09,39 * * * * /usr/local/cpanel/scripts/clean_user_php_sessions > /dev/null 2>&1
But, it doesn't look right. 1) the second value `39` is not a valid hour and 2) it has 6 fields `09,39 * * * *` defined when cron only takes 5 fields.
Can anyone elaborate on this or explain it - it just flat out looks wrong to me.
CentOS: v7.9.2009
cPanel: 110.0.2
PHP: 7.3
Last edited by a moderator: