#
# Copyright (C) 2020, Cirrent Inc
#
# All use of this software must be covered by a license agreement signed by Cirrent Inc.
#
# DISCLAIMER. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OR CONDITION,
# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. LICENSORS HEREBY DISCLAIM
# ALL LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
# OUT OF OR IN CONNECTION WITH THE SOFTWARE.
#

# Set to Yes to register status script on Cirrent service start
STATUS_SCRIPT=Yes

# Uncomment and set path to custom status script
#STATUS_SCRIPT_PATH=

# Set to Yes to register product action script on Cirrent service start
PRODUCT_ACTION_SCRIPT=No

# Uncomment and set path to custom product action script
#PRODUCT_ACTION_SCRIPT_PATH=

# Set to Yes to register diagnostic handler script on Cirrent service start
DIAGNOSTIC_SCRIPT=Yes

# Uncomment and set path to custom diagnostic script
#DIAGNOSTIC_SCRIPT_PATH=

# Uncomment and set device provision credential
#PROVISION_CRED="-A ACCOUNT_ID -D DEVICE_TYPE_ID -K PROVISIONING_KEY -S PROVISIONING_SECRET \
# -U $(ip link show dev eth0 | grep ether | awk '{print $2}' | sed 's|:|-|g')"
