{{ define "system/crontab" }} {{template "common/header" }}

计划任务

这是系统crontab,可以在自定义计划任务
注意:如果crontab文件在编辑之前为空,则需要手动重新启动cron服务
*	any value
,	value list separator
-	range of values
/	step values
# wiki: https://en.wikipedia.org/wiki/Cron
# ┌───────────── minute (0 - 59)
# │ ┌───────────── hour (0 - 23)
# │ │ ┌───────────── day of month (1 - 31)
# │ │ │ ┌───────────── month (1 - 12)
# │ │ │ │ ┌───────────── day of week (0 - 6) (Sunday to Saturday;7 is also Sunday on some systems)
# │ │ │ │ │
# * * * * * command to execute
参考工具: https://crontab.guru/ http://corntab.com/


{{template "common/footer"}} {{ end }}