System V Initialization
For systems with an /etc/init.d start up script system.
Usage
sysvInitScriptInstall binary [ --help ]
Install a script to run upon initialization.
Arguments
binary- String. Required. Binary to install at startup.--help- Flag. Optional. Display this help.
Return codes
0- Success1- Environment error2- Argument error
Usage
sysvInitScriptUninstall binary [ --help ]
Remove an initialization script
Arguments
binary- String. Required. Basename of installed script to remove.--help- Flag. Optional. Display this help.
Return codes
0- Success1- Environment error2- Argument error