wiki:Doc/Modules

Modules

Modules are the heart of initng. They can

  • add commands for services (*.i files)
  • add options to the ngc command
  • react to signals like SIGINT, SIGHUP
  • control the output of initng
  • add states to the list of possible states of a service

... and more :-) They are the heart of !InitNG, the initng binary is (almost) only a loader for modules and provides the framework for information flow between the modules and internal objects.

In the future, this and other pages describing the plugins will be automatically created from the source's repo.

List

Modules from initng-contrib