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.

TDA4VM: How to execute scripts automatically at boot ?

Part Number: TDA4VM

Hi,

I want to add a script to the directory, /etc/rc4.d, and execute this script automatically at boot.

The content inside the script is as follows

touch /tmp/hello_world

---------------------------------------------------------

echo "touch /tmp/hello_world" > /etc/rc4.d/test.sh

chmod +x /etc/rc4.d/test.sh