Fix module lines in several luadoc files
[project/luci.git] / doc / modules / luci.sys.init.html
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
10 <body>
11 <div id="container">
12
13 <div id="product">
14         <div id="product_logo"></div>
15         <div id="product_name"><big><b></b></big></div>
16         <div id="product_description"></div>
17 </div> <!-- id="product" -->
18
19 <div id="main">
20
21 <div id="navigation">
22
23
24 <h1>LuaDoc</h1>
25 <ul>
26         
27         <li><a href="../index.html">Index</a></li>
28         
29 </ul>
30
31
32 <!-- Module list -->
33
34 <h1>Modules</h1>
35 <ul>
36
37         <li>
38                 <a href="../modules/luci.dispatcher.html">luci.dispatcher</a>
39         </li>
40
41         <li>
42                 <a href="../modules/luci.http.protocol.html">luci.http.protocol</a>
43         </li>
44
45         <li>
46                 <a href="../modules/luci.http.protocol.conditionals.html">luci.http.protocol.conditionals</a>
47         </li>
48
49         <li>
50                 <a href="../modules/luci.http.protocol.date.html">luci.http.protocol.date</a>
51         </li>
52
53         <li>
54                 <a href="../modules/luci.http.protocol.mime.html">luci.http.protocol.mime</a>
55         </li>
56
57         <li>
58                 <a href="../modules/luci.i18n.html">luci.i18n</a>
59         </li>
60
61         <li>
62                 <a href="../modules/luci.ip.html">luci.ip</a>
63         </li>
64
65         <li>
66                 <a href="../modules/luci.ip.cidr.html">luci.ip.cidr</a>
67         </li>
68
69         <li>
70                 <a href="../modules/luci.jsonc.html">luci.jsonc</a>
71         </li>
72
73         <li>
74                 <a href="../modules/luci.jsonc.parser.html">luci.jsonc.parser</a>
75         </li>
76
77         <li><strong>luci.sys.init</strong></li>
78         
79         <li>
80                 <a href="../modules/luci.sys.iptparser.html">luci.sys.iptparser</a>
81         </li>
82
83         <li>
84                 <a href="../modules/luci.sys.net.html">luci.sys.net</a>
85         </li>
86
87         <li>
88                 <a href="../modules/luci.sys.process.html">luci.sys.process</a>
89         </li>
90
91         <li>
92                 <a href="../modules/luci.sys.user.html">luci.sys.user</a>
93         </li>
94
95         <li>
96                 <a href="../modules/luci.sys.wifi.html">luci.sys.wifi</a>
97         </li>
98
99         <li>
100                 <a href="../modules/nixio.html">nixio</a>
101         </li>
102
103         <li>
104                 <a href="../modules/nixio.CHANGELOG.html">nixio.CHANGELOG</a>
105         </li>
106
107         <li>
108                 <a href="../modules/nixio.CryptoHash.html">nixio.CryptoHash</a>
109         </li>
110
111         <li>
112                 <a href="../modules/nixio.File.html">nixio.File</a>
113         </li>
114
115         <li>
116                 <a href="../modules/nixio.README.html">nixio.README</a>
117         </li>
118
119         <li>
120                 <a href="../modules/nixio.Socket.html">nixio.Socket</a>
121         </li>
122
123         <li>
124                 <a href="../modules/nixio.TLSContext.html">nixio.TLSContext</a>
125         </li>
126
127         <li>
128                 <a href="../modules/nixio.TLSSocket.html">nixio.TLSSocket</a>
129         </li>
130
131         <li>
132                 <a href="../modules/nixio.UnifiedIO.html">nixio.UnifiedIO</a>
133         </li>
134
135         <li>
136                 <a href="../modules/nixio.bin.html">nixio.bin</a>
137         </li>
138
139         <li>
140                 <a href="../modules/nixio.bit.html">nixio.bit</a>
141         </li>
142
143         <li>
144                 <a href="../modules/nixio.crypto.html">nixio.crypto</a>
145         </li>
146
147         <li>
148                 <a href="../modules/nixio.fs.html">nixio.fs</a>
149         </li>
150
151 </ul>
152
153
154
155 <!-- File list -->
156
157
158
159
160
161
162
163 </div><!-- id="navigation" -->
164
165 <div id="content">
166
167 <h1>Class <code>luci.sys.init</code></h1>
168
169 <p>
170  
171 LuCI system utilities / init related functions. 
172 </p>
173
174
175
176
177
178
179
180 <h2>Functions</h2>
181 <table class="function_list">
182
183         <tr>
184         <td class="name" nowrap><a href="#init.disable">disable</a>&nbsp;(name)</td>
185         <td class="summary">
186  
187 Disable the given init script 
188  </td>
189         </tr>
190
191         <tr>
192         <td class="name" nowrap><a href="#init.enable">enable</a>&nbsp;(name)</td>
193         <td class="summary">
194  
195 Enable the given init script 
196  </td>
197         </tr>
198
199         <tr>
200         <td class="name" nowrap><a href="#init.enabled">enabled</a>&nbsp;(name)</td>
201         <td class="summary">
202  
203 Test whether the given init script is enabled 
204  </td>
205         </tr>
206
207         <tr>
208         <td class="name" nowrap><a href="#init.index">index</a>&nbsp;(name)</td>
209         <td class="summary">
210  
211 Get the index of he given init script 
212  </td>
213         </tr>
214
215         <tr>
216         <td class="name" nowrap><a href="#init.names">names</a>&nbsp;()</td>
217         <td class="summary">
218  
219 Get the names of all installed init scripts 
220  </td>
221         </tr>
222
223         <tr>
224         <td class="name" nowrap><a href="#init.start">start</a>&nbsp;(name)</td>
225         <td class="summary">
226  
227 Start the given init script 
228  </td>
229         </tr>
230
231         <tr>
232         <td class="name" nowrap><a href="#init.stop">stop</a>&nbsp;(name)</td>
233         <td class="summary">
234  
235 Stop the given init script 
236  </td>
237         </tr>
238
239 </table>
240
241
242
243
244
245
246 <br/>
247 <br/>
248
249
250 <h2><a name="functions"></a>Functions</h2>
251 <dl class="function">
252
253
254
255 <dt><a name="init.disable"></a><strong>disable</strong>&nbsp;(name)</dt>
256 <dd>
257
258  
259 Disable the given init script 
260
261
262
263 <h3>Parameters</h3>
264 <ul>
265         
266         <li>
267           name: Name of the init script
268         </li>
269         
270 </ul>
271
272
273
274
275
276
277 <h3>Return value:</h3>
278 Boolean indicating success
279
280
281
282 </dd>
283
284
285
286
287 <dt><a name="init.enable"></a><strong>enable</strong>&nbsp;(name)</dt>
288 <dd>
289
290  
291 Enable the given init script 
292
293
294
295 <h3>Parameters</h3>
296 <ul>
297         
298         <li>
299           name: Name of the init script
300         </li>
301         
302 </ul>
303
304
305
306
307
308
309 <h3>Return value:</h3>
310 Boolean indicating success
311
312
313
314 </dd>
315
316
317
318
319 <dt><a name="init.enabled"></a><strong>enabled</strong>&nbsp;(name)</dt>
320 <dd>
321
322  
323 Test whether the given init script is enabled 
324
325
326
327 <h3>Parameters</h3>
328 <ul>
329         
330         <li>
331           name: Name of the init script
332         </li>
333         
334 </ul>
335
336
337
338
339
340
341 <h3>Return value:</h3>
342 Boolean indicating whether init is enabled
343
344
345
346 </dd>
347
348
349
350
351 <dt><a name="init.index"></a><strong>index</strong>&nbsp;(name)</dt>
352 <dd>
353
354  
355 Get the index of he given init script 
356
357
358
359 <h3>Parameters</h3>
360 <ul>
361         
362         <li>
363           name: Name of the init script
364         </li>
365         
366 </ul>
367
368
369
370
371
372
373 <h3>Return value:</h3>
374 Numeric index value
375
376
377
378 </dd>
379
380
381
382
383 <dt><a name="init.names"></a><strong>names</strong>&nbsp;()</dt>
384 <dd>
385
386  
387 Get the names of all installed init scripts 
388
389
390
391
392
393
394
395
396 <h3>Return value:</h3>
397 Table containing the names of all inistalled init scripts
398
399
400
401 </dd>
402
403
404
405
406 <dt><a name="init.start"></a><strong>start</strong>&nbsp;(name)</dt>
407 <dd>
408
409  
410 Start the given init script 
411
412
413
414 <h3>Parameters</h3>
415 <ul>
416         
417         <li>
418           name: Name of the init script
419         </li>
420         
421 </ul>
422
423
424
425
426
427
428 <h3>Return value:</h3>
429 Boolean indicating success
430
431
432
433 </dd>
434
435
436
437
438 <dt><a name="init.stop"></a><strong>stop</strong>&nbsp;(name)</dt>
439 <dd>
440
441  
442 Stop the given init script 
443
444
445
446 <h3>Parameters</h3>
447 <ul>
448         
449         <li>
450           name: Name of the init script
451         </li>
452         
453 </ul>
454
455
456
457
458
459
460 <h3>Return value:</h3>
461 Boolean indicating success
462
463
464
465 </dd>
466
467
468 </dl>
469
470
471
472
473
474 </div> <!-- id="content" -->
475
476 </div> <!-- id="main" -->
477
478 <div id="about">
479         <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>
480 </div> <!-- id="about" -->
481
482 </div> <!-- id="container" -->
483 </body>
484 </html>