-
Notifications
You must be signed in to change notification settings - Fork 2
Cronjobs
rizcompeer edited this page Aug 24, 2015
·
5 revisions
sudo service cron restart
crontab -e no crontab for ubuntu - using an empty one
Select an editor. To change later, run 'select-editor'.
- /bin/ed
- /bin/nano <---- easiest
- /usr/bin/vim.basic
- /usr/bin/vim.tiny
Choose 1-4 [2]:
ENTRIES -
5 * * * * /mnt/itrack/ReportPhpBackend/hourly_report/mumbai/send_hourly_mail_halt.sh >> $HOME/ml.log 2>&1 #39 * * * * /mnt/itrack/ReportPhpBackend/hourly_report/mumbai/test_mail.sh >> $HOME/ml.log 2>&1 1 * * * * /mnt/itrack/ReportPhpBackend/hourly_report/nagpur/send_hourly_mail_halt.sh >> $HOME/ml.log 2>&1 2 * * * * /mnt/itrack/ReportPhpBackend/hourly_report/delhi/send_hourly_mail_halt.sh >> $HOME/ml.log 2>&1 #* * * * * /mnt/itrack/ReportPhpBackend/hourly_report/delhi/test_mail.sh >> $HOME/ml.log 2>&1