📅  最后修改于: 2022-03-11 14:50:29.655000             🧑  作者: Mango
# First create your file
vim /home/pi/my_file
# Add contents to file
sleep 10
chromium-browser http://127.0.0.1:8080
# Access autostart path
sudo vim /etc/xdg/lxsession/LXDE-pi/autostart
# Add file path to file
@bash /home/pi/delaystart &