Difference between revisions of "RUT950 Custom Scripts"

From Teltonika Networks Wiki
m (Dziugas moved page RUT950 User Scripts to RUT950 Custom Scripts)
(6 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Template: Networking_rutos_manual_custom_scripts
+
==Summary==
<!------------------------DEVICE----------------------->
+
 
| name  = RUT950
+
{{Template: webui_system_user_scripts_summary}}
| series = RUT9
+
 
}}
+
==Startup Script Management==
 +
 
 +
The '''Script Management''' window shows the content of the ''/etc/rc.local'' file. This file is executed at the end of the startup process, executing the line:
 +
 
 +
sh /etc/rc.local
 +
 
 +
[[File:System user scripts.PNG]]
 +
 
 +
[[Category:RUT950 WebUI]]

Revision as of 10:01, 1 March 2019

Summary

The User Scripts function allows users to write their own shell scripts that will be executed during the router's booting process.

Startup Script Management

The Script Management window shows the content of the /etc/rc.local file. This file is executed at the end of the startup process, executing the line:

sh /etc/rc.local

System user scripts.PNG