Plugins

Plugins 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 plugins and provides the framework for information flow between the modules and internal objects.

There is an old description at http://oldwiki.initng.org/index.php/Plugins. In the future, this and other pages describing the plugins will be automatically created from SVN.

InitNG's plugins

Plugins from initng-contrib