This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

SK-TDA4VM: 关于开机脚本问题

Part Number: SK-TDA4VM


您好,

我因为需要开发板启动后去自动运行一个应用程序,我在/etc/profile.d/目录下创建了一个init.sh的脚本

但是最后开发板启动我会看见很多个程序,初步判断是开机自启动脚本会执行很多次,我该怎么解决,我希望它就执行一次,多次启动导致我的程序异常

init.sh的内容很简单:

/home/root/FG5_DEV

就是执行一下程序