luci.sys.init.html 6.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  3. <html>
  4. <head>
  5. <title>Reference</title>
  6. <link rel="stylesheet" href="../luadoc.css" type="text/css" />
  7. <!--meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/-->
  8. </head>
  9. <body>
  10. <div id="container">
  11. <div id="product">
  12. <div id="product_logo"></div>
  13. <div id="product_name"><big><b></b></big></div>
  14. <div id="product_description"></div>
  15. </div> <!-- id="product" -->
  16. <div id="main">
  17. <div id="navigation">
  18. <h1>LuaDoc</h1>
  19. <ul>
  20. <li><a href="../index.html">Index</a></li>
  21. </ul>
  22. <!-- Module list -->
  23. <h1>Modules</h1>
  24. <ul>
  25. <li>
  26. <a href="../modules/luci.dispatcher.html">luci.dispatcher</a>
  27. </li>
  28. <li>
  29. <a href="../modules/luci.http.html">luci.http</a>
  30. </li>
  31. <li>
  32. <a href="../modules/luci.http.conditionals.html">luci.http.conditionals</a>
  33. </li>
  34. <li>
  35. <a href="../modules/luci.http.date.html">luci.http.date</a>
  36. </li>
  37. <li>
  38. <a href="../modules/luci.http.mime.html">luci.http.mime</a>
  39. </li>
  40. <li>
  41. <a href="../modules/luci.i18n.html">luci.i18n</a>
  42. </li>
  43. <li>
  44. <a href="../modules/luci.ip.html">luci.ip</a>
  45. </li>
  46. <li>
  47. <a href="../modules/luci.ip.cidr.html">luci.ip.cidr</a>
  48. </li>
  49. <li>
  50. <a href="../modules/luci.json.html">luci.json</a>
  51. </li>
  52. <li>
  53. <a href="../modules/luci.jsonc.html">luci.jsonc</a>
  54. </li>
  55. <li>
  56. <a href="../modules/luci.jsonc.parser.html">luci.jsonc.parser</a>
  57. </li>
  58. <li>
  59. <a href="../modules/luci.model.ipkg.html">luci.model.ipkg</a>
  60. </li>
  61. <li>
  62. <a href="../modules/luci.model.uci.html">luci.model.uci</a>
  63. </li>
  64. <li>
  65. <a href="../modules/luci.rpcc.html">luci.rpcc</a>
  66. </li>
  67. <li>
  68. <a href="../modules/luci.rpcc.ruci.html">luci.rpcc.ruci</a>
  69. </li>
  70. <li>
  71. <a href="../modules/luci.sys.html">luci.sys</a>
  72. </li>
  73. <li><strong>luci.sys.init</strong></li>
  74. <li>
  75. <a href="../modules/luci.sys.iptparser.html">luci.sys.iptparser</a>
  76. </li>
  77. <li>
  78. <a href="../modules/luci.sys.net.html">luci.sys.net</a>
  79. </li>
  80. <li>
  81. <a href="../modules/luci.sys.process.html">luci.sys.process</a>
  82. </li>
  83. <li>
  84. <a href="../modules/luci.sys.user.html">luci.sys.user</a>
  85. </li>
  86. <li>
  87. <a href="../modules/luci.sys.wifi.html">luci.sys.wifi</a>
  88. </li>
  89. <li>
  90. <a href="../modules/luci.util.html">luci.util</a>
  91. </li>
  92. <li>
  93. <a href="../modules/nixio.html">nixio</a>
  94. </li>
  95. <li>
  96. <a href="../modules/nixio.CHANGELOG.html">nixio.CHANGELOG</a>
  97. </li>
  98. <li>
  99. <a href="../modules/nixio.CryptoHash.html">nixio.CryptoHash</a>
  100. </li>
  101. <li>
  102. <a href="../modules/nixio.File.html">nixio.File</a>
  103. </li>
  104. <li>
  105. <a href="../modules/nixio.README.html">nixio.README</a>
  106. </li>
  107. <li>
  108. <a href="../modules/nixio.Socket.html">nixio.Socket</a>
  109. </li>
  110. <li>
  111. <a href="../modules/nixio.TLSContext.html">nixio.TLSContext</a>
  112. </li>
  113. <li>
  114. <a href="../modules/nixio.TLSSocket.html">nixio.TLSSocket</a>
  115. </li>
  116. <li>
  117. <a href="../modules/nixio.UnifiedIO.html">nixio.UnifiedIO</a>
  118. </li>
  119. <li>
  120. <a href="../modules/nixio.bin.html">nixio.bin</a>
  121. </li>
  122. <li>
  123. <a href="../modules/nixio.bit.html">nixio.bit</a>
  124. </li>
  125. <li>
  126. <a href="../modules/nixio.crypto.html">nixio.crypto</a>
  127. </li>
  128. <li>
  129. <a href="../modules/nixio.fs.html">nixio.fs</a>
  130. </li>
  131. </ul>
  132. <!-- File list -->
  133. </div><!-- id="navigation" -->
  134. <div id="content">
  135. <h1>Class <code>luci.sys.init</code></h1>
  136. <p>
  137. LuCI system utilities / init related functions.
  138. </p>
  139. <h2>Functions</h2>
  140. <table class="function_list">
  141. <tr>
  142. <td class="name" nowrap><a href="#init.disable">disable</a>&nbsp;(name)</td>
  143. <td class="summary">
  144. Disable the given init script
  145. </td>
  146. </tr>
  147. <tr>
  148. <td class="name" nowrap><a href="#init.enable">enable</a>&nbsp;(name)</td>
  149. <td class="summary">
  150. Enable the given init script
  151. </td>
  152. </tr>
  153. <tr>
  154. <td class="name" nowrap><a href="#init.enabled">enabled</a>&nbsp;(name)</td>
  155. <td class="summary">
  156. Test whether the given init script is enabled
  157. </td>
  158. </tr>
  159. <tr>
  160. <td class="name" nowrap><a href="#init.index">index</a>&nbsp;(name)</td>
  161. <td class="summary">
  162. Get the index of he given init script
  163. </td>
  164. </tr>
  165. <tr>
  166. <td class="name" nowrap><a href="#init.names">names</a>&nbsp;()</td>
  167. <td class="summary">
  168. Get the names of all installed init scripts
  169. </td>
  170. </tr>
  171. <tr>
  172. <td class="name" nowrap><a href="#init.start">start</a>&nbsp;(name)</td>
  173. <td class="summary">
  174. Start the given init script
  175. </td>
  176. </tr>
  177. <tr>
  178. <td class="name" nowrap><a href="#init.stop">stop</a>&nbsp;(name)</td>
  179. <td class="summary">
  180. Stop the given init script
  181. </td>
  182. </tr>
  183. </table>
  184. <br/>
  185. <br/>
  186. <h2><a name="functions"></a>Functions</h2>
  187. <dl class="function">
  188. <dt><a name="init.disable"></a><strong>disable</strong>&nbsp;(name)</dt>
  189. <dd>
  190. Disable the given init script
  191. <h3>Parameters</h3>
  192. <ul>
  193. <li>
  194. name: Name of the init script
  195. </li>
  196. </ul>
  197. <h3>Return value:</h3>
  198. Boolean indicating success
  199. </dd>
  200. <dt><a name="init.enable"></a><strong>enable</strong>&nbsp;(name)</dt>
  201. <dd>
  202. Enable the given init script
  203. <h3>Parameters</h3>
  204. <ul>
  205. <li>
  206. name: Name of the init script
  207. </li>
  208. </ul>
  209. <h3>Return value:</h3>
  210. Boolean indicating success
  211. </dd>
  212. <dt><a name="init.enabled"></a><strong>enabled</strong>&nbsp;(name)</dt>
  213. <dd>
  214. Test whether the given init script is enabled
  215. <h3>Parameters</h3>
  216. <ul>
  217. <li>
  218. name: Name of the init script
  219. </li>
  220. </ul>
  221. <h3>Return value:</h3>
  222. Boolean indicating whether init is enabled
  223. </dd>
  224. <dt><a name="init.index"></a><strong>index</strong>&nbsp;(name)</dt>
  225. <dd>
  226. Get the index of he given init script
  227. <h3>Parameters</h3>
  228. <ul>
  229. <li>
  230. name: Name of the init script
  231. </li>
  232. </ul>
  233. <h3>Return value:</h3>
  234. Numeric index value
  235. </dd>
  236. <dt><a name="init.names"></a><strong>names</strong>&nbsp;()</dt>
  237. <dd>
  238. Get the names of all installed init scripts
  239. <h3>Return value:</h3>
  240. Table containing the names of all inistalled init scripts
  241. </dd>
  242. <dt><a name="init.start"></a><strong>start</strong>&nbsp;(name)</dt>
  243. <dd>
  244. Start the given init script
  245. <h3>Parameters</h3>
  246. <ul>
  247. <li>
  248. name: Name of the init script
  249. </li>
  250. </ul>
  251. <h3>Return value:</h3>
  252. Boolean indicating success
  253. </dd>
  254. <dt><a name="init.stop"></a><strong>stop</strong>&nbsp;(name)</dt>
  255. <dd>
  256. Stop the given init script
  257. <h3>Parameters</h3>
  258. <ul>
  259. <li>
  260. name: Name of the init script
  261. </li>
  262. </ul>
  263. <h3>Return value:</h3>
  264. Boolean indicating success
  265. </dd>
  266. </dl>
  267. </div> <!-- id="content" -->
  268. </div> <!-- id="main" -->
  269. <div id="about">
  270. <p><a href="http://validator.w3.org/check?uri=referer"><img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0!" height="31" width="88" /></a></p>
  271. </div> <!-- id="about" -->
  272. </div> <!-- id="container" -->
  273. </body>
  274. </html>