**This is an old revision of the document!**

RC API

The RC API allows the creation and management of services: programs that run in the background and provide various functionality. Daemons in UNIX parlance.

  • rc.load(name, args)
  • rc.unload(name)
  • rc.rawRunCommand(conf, name, cmd, args, …)
  • rc.runCommand(name, cmd, …)
  • rc.allRunCommand(cmd, …)

Todo: Fill in the info regarding what each of these functions do.