# run these jobs every monday morning
0 6 * * 1 cd /var/www/html/netoffice/scripts;php noti_logtime 2>&1 >> /var/log/netoffice.noti_logtime
0 6 * * 1 cd /var/www/html/netoffice/scripts;php noti_orphantask 2>&1 >> /var/log/netoffice.noti_orphantask
# run these jobs every working day
0 6 * * 1-5 cd /var/www/html/netoffice/scripts;php noti_todolist 2>&1 >> /var/log/netoffice.noti_todolist
# run these jobs every 5 minutes
*/5 * * * * cd /var/www/html/netoffice/scripts;php send_reminder 2>&1 >> /var/log/netoffice.send_reminder
