1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
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"/-->
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" -->
27 <li><a href="../index.html">Index</a></li>
38 <a href="../modules/luci.dispatcher.html">luci.dispatcher</a>
42 <a href="../modules/luci.http.html">luci.http</a>
46 <a href="../modules/luci.http.protocol.html">luci.http.protocol</a>
50 <a href="../modules/luci.http.protocol.conditionals.html">luci.http.protocol.conditionals</a>
54 <a href="../modules/luci.http.protocol.date.html">luci.http.protocol.date</a>
58 <a href="../modules/luci.http.protocol.mime.html">luci.http.protocol.mime</a>
62 <a href="../modules/luci.i18n.html">luci.i18n</a>
66 <a href="../modules/luci.ip.html">luci.ip</a>
70 <a href="../modules/luci.ip.cidr.html">luci.ip.cidr</a>
74 <a href="../modules/luci.json.html">luci.json</a>
78 <a href="../modules/luci.jsonc.html">luci.jsonc</a>
82 <a href="../modules/luci.jsonc.parser.html">luci.jsonc.parser</a>
86 <a href="../modules/luci.model.ipkg.html">luci.model.ipkg</a>
90 <a href="../modules/luci.model.uci.html">luci.model.uci</a>
94 <a href="../modules/luci.rpcc.html">luci.rpcc</a>
98 <a href="../modules/luci.rpcc.ruci.html">luci.rpcc.ruci</a>
102 <a href="../modules/luci.sys.html">luci.sys</a>
105 <li><strong>luci.sys.init</strong></li>
108 <a href="../modules/luci.sys.iptparser.html">luci.sys.iptparser</a>
112 <a href="../modules/luci.sys.net.html">luci.sys.net</a>
116 <a href="../modules/luci.sys.process.html">luci.sys.process</a>
120 <a href="../modules/luci.sys.user.html">luci.sys.user</a>
124 <a href="../modules/luci.sys.wifi.html">luci.sys.wifi</a>
128 <a href="../modules/luci.util.html">luci.util</a>
132 <a href="../modules/nixio.html">nixio</a>
136 <a href="../modules/nixio.CHANGELOG.html">nixio.CHANGELOG</a>
140 <a href="../modules/nixio.CryptoHash.html">nixio.CryptoHash</a>
144 <a href="../modules/nixio.File.html">nixio.File</a>
148 <a href="../modules/nixio.README.html">nixio.README</a>
152 <a href="../modules/nixio.Socket.html">nixio.Socket</a>
156 <a href="../modules/nixio.TLSContext.html">nixio.TLSContext</a>
160 <a href="../modules/nixio.TLSSocket.html">nixio.TLSSocket</a>
164 <a href="../modules/nixio.UnifiedIO.html">nixio.UnifiedIO</a>
168 <a href="../modules/nixio.bin.html">nixio.bin</a>
172 <a href="../modules/nixio.bit.html">nixio.bit</a>
176 <a href="../modules/nixio.crypto.html">nixio.crypto</a>
180 <a href="../modules/nixio.fs.html">nixio.fs</a>
195 </div><!-- id="navigation" -->
199 <h1>Class <code>luci.sys.init</code></h1>
203 LuCI system utilities / init related functions.
213 <table class="function_list">
216 <td class="name" nowrap><a href="#init.disable">disable</a> (name)</td>
219 Disable the given init script
224 <td class="name" nowrap><a href="#init.enable">enable</a> (name)</td>
227 Enable the given init script
232 <td class="name" nowrap><a href="#init.enabled">enabled</a> (name)</td>
235 Test whether the given init script is enabled
240 <td class="name" nowrap><a href="#init.index">index</a> (name)</td>
243 Get the index of he given init script
248 <td class="name" nowrap><a href="#init.names">names</a> ()</td>
251 Get the names of all installed init scripts
256 <td class="name" nowrap><a href="#init.start">start</a> (name)</td>
259 Start the given init script
264 <td class="name" nowrap><a href="#init.stop">stop</a> (name)</td>
267 Stop the given init script
282 <h2><a name="functions"></a>Functions</h2>
283 <dl class="function">
287 <dt><a name="init.disable"></a><strong>disable</strong> (name)</dt>
291 Disable the given init script
299 name: Name of the init script
309 <h3>Return value:</h3>
310 Boolean indicating success
319 <dt><a name="init.enable"></a><strong>enable</strong> (name)</dt>
323 Enable the given init script
331 name: Name of the init script
341 <h3>Return value:</h3>
342 Boolean indicating success
351 <dt><a name="init.enabled"></a><strong>enabled</strong> (name)</dt>
355 Test whether the given init script is enabled
363 name: Name of the init script
373 <h3>Return value:</h3>
374 Boolean indicating whether init is enabled
383 <dt><a name="init.index"></a><strong>index</strong> (name)</dt>
387 Get the index of he given init script
395 name: Name of the init script
405 <h3>Return value:</h3>
415 <dt><a name="init.names"></a><strong>names</strong> ()</dt>
419 Get the names of all installed init scripts
428 <h3>Return value:</h3>
429 Table containing the names of all inistalled init scripts
438 <dt><a name="init.start"></a><strong>start</strong> (name)</dt>
442 Start the given init script
450 name: Name of the init script
460 <h3>Return value:</h3>
461 Boolean indicating success
470 <dt><a name="init.stop"></a><strong>stop</strong> (name)</dt>
474 Stop the given init script
482 name: Name of the init script
492 <h3>Return value:</h3>
493 Boolean indicating success
506 </div> <!-- id="content" -->
508 </div> <!-- id="main" -->
511 <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>
512 </div> <!-- id="about" -->
514 </div> <!-- id="container" -->