Configure a queue-level job starter

Procedure

Use the JOB_STARTER parameter in lsb.queues to specify a queue-level job starter in the queue definition. All jobs submitted to this queue are run using the job starter. The jobs are called by the specified job starter process rather than initiated by the batch daemon process.
For example:
Begin Queue 
. 
JOB_STARTER = xterm -e 
. 
End Queue

All jobs submitted to this queue are run under an xterm terminal emulator.