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.