这是每 30 分钟的脚本
00,30 * * * * [path_to_file]/myscript.sh
每次重新启动时运行相同的脚本是什么
@reboot 00,30 * * * * [path_to_file]/myscript.sh
上面这行对吗?
答案1
不。这是两个单独的规则。
man 5 crontab
Instead of the first five fields, one of eight special strings may
appear:
string meaning
------ -------
@reboot Run once, at startup.