7 Teleservice Application Framework
User Manual 90/374
Section: Watchdog handling
# The hardware watchdog path ensures that the user space scheduling is running properly.
# Max. path length is 255
# If the path is deactivated or no path is set, an error message will be put on stdout.
watchdog_path /dev/watchdog
# Watchdog interval is set in seconds. Min. 0 / max. 0xFFFFFFFF, recommended min. 30s /
max. is 100s, default interval is 30s
# If no interval is set, then the default interval of 30s will be set.
watchdog_interval 30
Section: Shutdown run time path
# The shutdown run time path includes the run time in seconds after shutdown (ignition
off). When the ignition pins
# goes off, the controller (TC1 can keep on running for a certain amount of time. User
space applications can also
# set the desired time.
# Max. path length 255
# If the path is deactivated or no path is set, an error message will be put on stdout.
runtimefile_path /tmp/sdruntime
Section: Run time interval
# The run time interval is in seconds. Min. 0, Max. recommended 10s, default interval 5s
# If no interval is set, the default interval will be set.
run_interval 5
Section: DPlus inversion
# On some devices it is necessary to invert the dplus pin. Per default, the
# inversion of the pin of off (default value : 0) To activate the inversion,
# set the value to 1
dplus_inv 0
This file will be set by the boot up script at boot time, but it can be overwritten by applications
anytime before the ignition goes off.