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

From Teltonika Networks Wiki
 
(4 intermediate revisions by one other user not shown)
Line 1: Line 1:
{{Template: Networking_rutos_manual_fw_disclosure
+
===Summary===
| fw_version = {{{series}}}_R_00.07.01
 
| 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 RUT9XX_R_00.06.08.3 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 RUT2XX_R_00.01.14.1 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 19: Line 12:
  
 
[[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]]
 

Latest revision as of 13:59, 29 September 2023

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