• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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