Applications Set up the IX10 to automatically run your applications
IX10 User Guide
653
Set up the IX10 to automatically run your applications
This section contains the following topics:
n
Configure scripts to run automatically
n
Show script information
n
Stop a script that is currently running
Configure scripts to run automatically
You can configure a script or a python application to run automatically when the system restarts, at
specific intervals, or at a specified time. By default, scripts execute in a "sandbox," which restricts
access to the file system and available commands that can be used by the script.
Required configuration items
n
Upload or create the script. The script must be uploaded to /etc/config/scripts or a
subdirectory.
n
Enable the script.
n
Select whether the script should run:
l
When the device boots.
l
At a specified time.
l
At a specified interval.
l
During system maintenance.
Additional configuration items
n
If the script is a Python application, include the full path to the script.
n
A label used to identify the script .
n
The action to take if the script finishes. The actions that can be taken are:
l
None.
l
Restart the script.
l
Reboot the device.
n
Whether to write the script output and errors to the system log.
n
If the script is set to run at a specified interval, whether another instance of the script should
be run at the specified interval if the previous instance is still running.
n
The memory available to be used by the script .
n
Whether the script should run one time only.
Task one: Upload the application
Web