• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Resolved Schedule a Task

Antonio

New Pleskian
Hello,
I have a problem with using cronstyle on plesk.
Ok, I want to set my style every 15 minutes, but the answer plesk responds to the invalid crontab syntax.
The crontab syntax is this -> * / 15 * * * *
Can you help me please.
Thank you and wait for your answer :)
 
Your cron code should be like:

Code:
*/15 * * * *  your_command_or_whatever

without any spaces in "*/15" part.
 
I see spaces in your initial message. maybe there are some kind of errors after copy/paste? Try to remove all and write it again.
 
no, I mean typing the whole cron command manually
 
Back
Top