Simple startup on boot of misc application (Java based) on Ubuntu Linux 8+
- by berlinbrowndev
What is the easiest way to have an application launch at startup? This is a java application (java com.run.run.Run) etc.
How would I have it launch as a user and possibly have access to write to some log file where the user has permissions to write?
And if I don't end up doing that, how would I launch the application as the root user at startup.