Running cron job every 5 minutes
1. Go to editor: crontab -e
2. */5 * * * * /usr/bin/curl https://www.natality-dating.com/1/bulkmailer/1 2>/dev/null >/dev/null
3. Check the result: crontab -l
4. Check if cron is running: ps -aef | grep cron
1. Go to editor: crontab -e
2. */5 * * * * /usr/bin/curl https://www.natality-dating.com/1/bulkmailer/1 2>/dev/null >/dev/null
3. Check the result: crontab -l
4. Check if cron is running: ps -aef | grep cron