Skip to content

System V Initialization

For systems with an /etc/init.d start up script system.

🛠️ Tools · ⬅ Home


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 - Success
  • 1 - Environment error
  • 2 - 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 - Success
  • 1 - Environment error
  • 2 - Argument error