30分ごとにスクリプトです。
00,30 * * * * [path_to_file]/myscript.sh
再起動するたびに同じスクリプトを実行するのはなぜですか?
@reboot 00,30 * * * * [path_to_file]/myscript.sh
上記の内容は正しいですか?
答え1
いいえ。これは2つの別々のルールです。
man 5 crontab
Instead of the first five fields, one of eight special strings may
appear:
string meaning
------ -------
@reboot Run once, at startup.