Is there a way to have an application launch during startup under a certain user account?
For example, I would like to have a_small_app run under the user account bob (which is in the group bobsgroup). Do I add something to /etc/init.d?
Note: I don't want the application to start after a user logs in but rather when the computer starts.