Services
Location information
LR54 User Guide
651
v. (Optional) For
Maximum memory
, type the maximum amount of system
memory that will be available for the script and it spawned processes.
Allowed values are any integer followed by one of the following:
b
|
bytes
|
KB
|
k
|
MB
|
M
|
GB
|
G
|
TB
|
T
.
For example. the allocate one megabyte of memory to the script and its
spawned processes, type
1MB
or
1M
.
vi.
Sandbox
is enabled by default. This prevents the script from adversely
affecting the system. If you disable
Sandbox
, the script may render the system
unusable.
vii. Repeat for any additional actions.
8. Click
Apply
to save the configuration and apply the change.
Command line
1. Select the device in Remote Manager and click
Actions
>
Open Console
, or log into the LR54
local command line as a user with full Admin access rights.
Depending on your device configuration, you may be presented with an
Access selection
menu
. Type
admin
to access the Admin CLI.
2. At the command line, type
config
to enter configuration mode:
> config
(config)>
3. Add a geofence:
(config)> add service location geofence
name
(config service location geofence
name
)>
where
name
is a name for the geofence. For example:
(config)> add service location geofence test_geofence
(config service location geofence test_geofence)>
The geofence is enabled by default. To disable:
(config service location geofence test_geofence)> enable false
(config service location geofence test_geofence)>
4. Set the amount of time that the geofence should wait between polling for updated location
data:
(config service location geofence test_geofence)> update_interval
value
(config service location geofence test_geofence)>
where
value
is any number of weeks, days, hours, minutes, or seconds, and takes the format
number
{
w|d|h|m|s
}.
For example, to set
update_interval
to ten minutes, enter either
10m
or
600s
:
(config service location geofence test_geofence)> update_interval 600s
(config service location geofence test_geofence)>