kb: how-to
Plesk for Linux
ABT: Group A
Applicable to:
- Plesk for Linux
Question
How to add a scheduled task in Plesk UI using crontab syntax?
Answer
-
Navigate to Domains > example.com > Scheduled tasks or Tools & Settings > Scheduled Tasks.
-
Click Add task and set specify Run parameter to Cron style.
-
Fill in the Run text field with cron-style time syntax, for example:
CONFIG_TEXT: * */4 * * *
-
Fill in the Command text field with the cron command, for example:
CONFIG_TEXT: /usr/bin/echo "my message"
Comments
1 comment
I deleted cron from the scheduled tasks list. But still, those crons are running in the background. How can I delete it completely?
Can someone help me to solve this problem? I checked crontab -l from SSH login. In that, I didn't find any cron. I can find that cron.
Please sign in to leave a comment.