Hi
I want a crontab to be executed every day at a specific time for example 7:00:00 AM
using @daily expression will make the crontab to be executed every day but how to specify exact execution time for it ?
I'm using openkm 6.3.7 CE
Thanks
How to specify a specific time for execution of crontabs
Forum rules
Please, before asking something see the documentation wiki or use the search feature of the forum. And remember we don't have a crystal ball or mental readers, so if you post about an issue tell us which OpenKM are you using and also the browser and operating system version. For more info read How to Report Bugs Effectively.
Please, before asking something see the documentation wiki or use the search feature of the forum. And remember we don't have a crystal ball or mental readers, so if you post about an issue tell us which OpenKM are you using and also the browser and operating system version. For more info read How to Report Bugs Effectively.
-
- Moderator
- Posts: 11399
- Joined: Fri Dec 21, 2007 11:23 am
- Location: Sineu - ( Illes Balears ) - Spain
- Contact:
Re: How to specify a specific time for execution of crontabs
I think here you have everything you need https://docs.openkm.com/kcenter/view/ok ... ontab.html
I think for dayly at 7:00 pm will be something like:
0 19 * * *
I think for dayly at 7:00 pm will be something like:
0 19 * * *