How to do a cron job every 72 minutes

后端 未结 7 1032
时光取名叫无心
时光取名叫无心 2020-12-06 10:18

How would I get a cron job to run every 72 minutes? Or some not so pretty number like that?

7条回答
  •  一整个雨季
    2020-12-06 11:00

    You could always take the approach of triggering cron every minute, and having your script exit out immediately if it's been run more recently than 72 minutes ago.

提交回复
热议问题