Crontab Formatting - every 15 minutes

后端 未结 3 1780
情歌与酒
情歌与酒 2020-12-03 06:48

I\'m trying to get a simple crontab job to run every 15 minutes and am having trouble deciding how to format the timing.

What I\'ve been putting down is the followin

3条回答
  •  南方客
    南方客 (楼主)
    2020-12-03 07:18

    You would format the crontab like this to get it to run every 15 minutes.

    */15 * * * * [path/to/script]

提交回复
热议问题