Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Next revision Both sides next revision
api:rc [2015/03/10 15:37]
alexbuzzbee created
api:rc [2015/06/08 08:16]
shuudoushi Added the functions, still needs the rest of the info on what they do.
Line 1: Line 1:
-The RC API allows the creation and management of services: programs that run in the background.+RC API 
 +---------
  
-**todoadd list of functions**+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,​ ...)''​ 
 + 
 +**TodoFill in the info regarding what each of these functions ​do.** 
 + 
 +{{page>​api:​contents&​noheader&​noeditbutton&​nouser&​nofooter}}