How can I execute a init.d script as user instead of root. The main reason is that the profile is custom and the services executed need to run as that user. At first I thought just add 'su - user' to a script but thats going to call another shell and never execute the remainder of the script until an 'exit' is called...