Changing the iworx cron

Hello,

I find there is a lot of things running every day at 15h16 (stats, yum update, and so on)

16 15 * * * cd /home/interworx/cron ; ./iworx.pex --daily

Is it possible to change this hour to run it at 03h00 ?
Indeed, I have a lot of client connected beetween 15h00 and 16h00 and not so more between 02h00 - 03h00

Is there a Python process in your /iworx.pex --daily ?

Thanks
Pascal

Yes, you can change the daily cron run time to any time you like.

YUM is written in python, that’s what you’re seeing.

Paul