I have a python script in /etc/init.d/test.py. I want to run this script and network access is required since I clone from github.
So...I am confused about using this command:
sudo update-rc.d test.py start NN rl
I assume I want run level 3? What is hte NN? In essence, should the update-rc.d line look like? I would like it last on bootup. That is the last script that should be run.
Thanks