I am up CentOS 6.
Write to /etc/crontab 2 tasks:
#=========================== SHELL=/bin/bash PATH=/sbin:/bin:/usr/sbin:/usr/bin MAILTO=root HOME=/
*/5 * * * * sh /etc/sphinx/restart.sh */1 * * * * touch /etc/sphinx/test_restart.sh #===========================
Execute >crond start
But appears that as if cron it does not start task. With the aid of the touch I check it did change the time of access to the file.
What I do make wrong?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Have you reviewed <a href=“https://digitalocean.com/community/articles/how-to-use-cron-to-automate-tasks-on-a-vps”>How To Use Cron To Automate Tasks On a VPS</a> or <a href=“https://digitalocean.com/community/articles/how-to-schedule-routine-tasks-with-cron-and-anacron-on-a-vps”>How To Schedule Routine Tasks With Cron and Anacron on a VPS</a>?
Thank you Pablo, it was necessary to add user: <br>*/5 * * * * root sh /etc/sphinx/restart.sh
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.