Description: Runs a script with "screen" in the background under a given user
Parameter:
- jobName: name of the job screen should show
- cmds: the commands of the script
- user: user the script should be run under
- runInScreen: Set to true if the execution should be done in "screen". False executes it under the normal BASH.
root
2015-09-06