6edf2901b8116939b30d4ffb92cf2aa65d511454
[project/luci2/ui.git] / luci2 / htdocs / luci2 / template / system.startup.htm
1 <fieldset class="cbi-map" id="maps">
2 <div>
3 <legend><%:Local Startup%></legend>
4 <div class="cbi-map-descr"><%:This is the content of /etc/rc.local. Insert your own commands here (in front of 'exit 0') to execute them at the end of the boot process.%></div>
5 </div>
6 <div>
7 <textarea id="rc_local" class="cbi-input-textarea" style="width:100%" rows="10"></textarea>
8 <div class="cbi-page-actions">
9 <input class="cbi-button cbi-button-save" type="button" value="<%:Save%>" />
10 </div>
11 </div>
12
13 <div>
14 <legend><%:Initscripts%></legend>
15 <div class="cbi-map-descr"><%:You can enable or disable installed init scripts here. Changes will applied after a device reboot. Warning: If you disable essential init scripts like "network", your device might become inaccessible!%></div>
16 </div>
17 <div id="init_table"></div>
18 </fieldset>