Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
api:rc [2015/03/10 15:39]
alexbuzzbee
api:rc [2015/06/08 08:16]
shuudoushi Added the functions, still needs the rest of the info on what they do.
Line 4: Line 4:
 The RC API allows the creation and management of services: programs that run in the background and provide various functionality. Daemons in UNIX parlance. The RC API allows the creation and management of services: programs that run in the background and provide various functionality. Daemons in UNIX parlance.
  
-**todoadd list of functions**+  ​''​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}}