Difference between revisions of "Template:Networking rutos manual custom scripts"

From Teltonika Networks Wiki
(One intermediate revision by one other user not shown)
Line 1: Line 1:
===Summary===
+
{{Template: Networking_rutos_manual_fw_disclosure
 +
| fw_version ={{Template: Networking_rutos_manual_latest_fw
 +
| series = {{{series}}}
 +
}}
 +
}}
 +
{{#ifeq: {{{series}}} | RUT9 |<br><i><b>Note</b>: <b>[[{{{name}}} User Scripts (legacy WebUI)|click here]]</b> for the old style WebUI (FW version {{Template: Networking_rutos_manual_latest_fw | series = RUT9XX}} and earlier) user manual page.</i>|}}
 +
{{#ifeq: {{{series}}} | RUT2 |<br><i><b>Note</b>: <b>[[{{{name}}} User Scripts (legacy WebUI)|click here]]</b> for the old style WebUI (FW version {{Template: Networking_rutos_manual_latest_fw | series = RUT2XX}} and earlier) user manual page.</i>|}}
 +
__TOC__
 +
==Summary==
  
 
The <b>User Scripts</b> function allows users to write their own shell scripts that will be executed during the device's booting process. This page is an overview of the User Scripts function in {{{name}}} devices.
 
The <b>User Scripts</b> function allows users to write their own shell scripts that will be executed during the device's booting process. This page is an overview of the User Scripts function in {{{name}}} devices.
  
===Startup Script===
+
==Startup Script==
  
 
The <b>Startup Script</b> section shows the contents of the <i>/etc/rc.local</i> file and allows the user to edit it. This scripts written in this file are executed at the end of the device's boot cycle. You can also execute the script via a [[Command line interfaces|command line interface]] with the following command:
 
The <b>Startup Script</b> section shows the contents of the <i>/etc/rc.local</i> file and allows the user to edit it. This scripts written in this file are executed at the end of the device's boot cycle. You can also execute the script via a [[Command line interfaces|command line interface]] with the following command:
Line 12: Line 20:
  
 
[[File:Networking_rutos_manual_custom_scripts_startup_script.png|border|class=tlt-border]]
 
[[File:Networking_rutos_manual_custom_scripts_startup_script.png|border|class=tlt-border]]
 +
 +
[[Category:{{{name}}} System section]]

Revision as of 16:56, 16 December 2021

Template:Networking rutos manual fw disclosure


Summary

The User Scripts function allows users to write their own shell scripts that will be executed during the device's booting process. This page is an overview of the User Scripts function in {{{name}}} devices.

Startup Script

The Startup Script section shows the contents of the /etc/rc.local file and allows the user to edit it. This scripts written in this file are executed at the end of the device's boot cycle. You can also execute the script via a command line interface with the following command:

sh /etc/rc.local

The figure below is an example of the Startup Script management section:

Networking rutos manual custom scripts startup script.png

[[Category:{{{name}}} System section]]