I need have the rpcbind deamon running in 'insecure' mode all the time. What is the right way to do this using raspbian?
Tell me more
×
Raspberry Pi Stack Exchange is a question and answer site for
users and developers of hardware and software for Raspberry Pi. It's 100% free, no registration required.
|
I would create a script in /etc/init.d and use update-rc.d to register the script, that way it will start at boot and you can make it close properly at shutdown. See this blog post for instructions and an example script www.stuffaboutcode.com/2012/06/raspberry-pi-run-program-at-start-up.html |
|||
|
|
|
You can edit /etc/rc.local and include your command before its exit statement. Then And |
|||
|
|