POWER_SUSPEND_CMD=command
Defines the suspend operation script that will be called when handling a suspend request.
To allow the command to parse all its arguments as a host list, LSF uses the command in the format:
command host [host …]
To show each host with its execution result (success (0) or fail (1)), the return value of the command follows the format:
host 0
host 1
...
Not defined.