Create an RC script that may be used to start, stop, and restart the Identity Broker on UNIX-based systems.
create-rc-script --outputFile /etc/init.d/UnboundID-Broker.sh
create-rc-script --outputFile /etc/init.d/UnboundID-Broker.sh --userName ds
      -V
      
      --version
    
| Description | Display Identity Broker version information | 
      -H
      
      --help
    
| Description | Display general usage information | 
--help-debug
| Description | Display help for using debug options | 
| Advanced | Yes | 
      -f {path}
      
      --outputFile {path}
    
| Description | The path where the output file will be created | 
| Required | Yes | 
| Multi-Valued | No | 
      -u {userName}
      
      --userName {userName}
    
| Description | The name of the user account under which the server should run, if not specified the script will read the user account from config/server.user | 
| Required | No | 
| Multi-Valued | No | 
      -j {path}
      
      --javaHome {path}
    
| Description | The path to the Java installation that should be used to run the server | 
| Required | No | 
| Multi-Valued | No | 
      -J {args}
      
      --javaArgs {args}
    
| Description | A set of arguments that should be passed to the JVM when running the server | 
| Required | No | 
| Multi-Valued | No |