i want to start a java application at start up. I added the script file in init.d and the process got started .
But the owner of the process is root. So when the java process is trying to write a file in my home i am getting permission error.
How can i start the process from the user scope rather than the root scope?