-
Start Pandora Agent on linux reboot automatically
Dear all the linux gurus. How do I accomplish this? I don’t know how to put it in my rc.d links. Since that will only allow me to run under user “root” not “pandora”. Also I tried to put in rc.local script, but I had trouble executing it.
Currently I have pandora agent installed under
/opt/pandora_agent/pandora_agent_daemonThe only way I can execute it is
./pandora_agent_daemon startI had to use ./ in the front. And I am really not sure how to run this when the system starts up. I guess if I put this in rc.local
/opt/pandora_agent/pandora_agent_daemon start
it will work, but it is running under root, i have to establish ssh under root. Other than that, I don’t see another way around it. Please help me, I know this is not pandora related, but if you know how to do it in Linux please help me. (I am sure you are more capable than me running a excellent Debian linux virtual machine 😉