輸入 # crontab -e
加入以下一行:
@reboot sleep 60 ; /root/my-script.sh
以上設定開機後等待 1 分鐘 (60 秒) 之後 就會自動執行 /root/my-script.sh