Jump to content

baradhil

Members
  • Posts

    1
  • Joined

  • Last visited

baradhil's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Hi, running an app called webtareas that wants a bunch of crons added.. most are once per day or slower, but there is a bunch at a higher rate. Could I get them added to my account - baradhil.heliohost.org - paths are of course assuming an isolated server # run this job every Jan 1st0 0 1 1 * cd /var/www/html/webtareas/scripts;php initial_workcalendar 2>&1 >> /var/log/webtareas.initial_workcalendar# run these jobs every monday morning0,30 20-23 * * 0 cd /var/www/html/webtareas/scripts;php noti_logtime 2>&1 >> /var/log/webtareas.noti_logtime0,30 0-20 * * 1 cd /var/www/html/webtareas/scripts;php noti_logtime 2>&1 >> /var/log/webtareas.noti_logtime0,30 20-23 * * 0 cd /var/www/html/webtareas/scripts;php noti_orphantask 2>&1 >> /var/log/webtareas.noti_orphantask0,30 0-20 * * 1 cd /var/www/html/webtareas/scripts;php noti_orphantask 2>&1 >> /var/log/webtareas.noti_orphantask# run these jobs every day0 8 * * * cd /var/www/html/webtareas/scripts;php noti_todolist 2>&1 >> /var/log/webtareas.noti_todolist0 0 * * * cd /var/www/html/webtareas/scripts;php autolockperiods 2>&1 >> /var/log/webtareas.autolockperiods0 0 * * * cd /var/www/html/webtareas/scripts;php recurring_docs 2>&1 >> /var/log/webtareas.recurring_docs# run these jobs hourly0 * * * * cd /var/www/html/webtareas/scripts;php import_denyhosts 2>&1 >> /var/log/webtareas.import_denyhosts# run these jobs every 5 minutes*/5 * * * * cd /var/www/html/webtareas/scripts;php send_reminder 2>&1 >> /var/log/webtareas.send_reminder Thanks
×
×
  • Create New...