7 Teleservice Application Framework
User Manual 92/374
Section: Supervising the data daemon
# The data daemon can be supervised by a watchdog (provided by the ysysd daemon).
# The time when the watchdog shall be triggered is set by "watchdog_interval".
# Min. interval is 0, that deactivates the watch dog, max. interval is 0x7FFFFFFF,
recommended min. 120s / max. interval is 1000s
# If no interval is set, the watchdog will be deactivated (set to 0).
watchdog_interval 120
# The system reboot path, the maximum path length is 255. After the time has elapsed
without triggering the watchdog,
# the ysysd kills the ydatad and executes the "CMDOnWatchdog" command.
# If no path is set, the default 'signal01.beep' will be set.
CMDOnWatchdog /sbin/reboot
Section: Variable lists path
# The data daemon creates temporary variable list files during operation in the following
path.
# If no path is set, the default path "/var/run/taf/Datapools/" will be always set by the
daemon.
# Max. path length 255
BaseFolderTmp /var/run/taf/Datapools/
Section: Data pools path
# The data daemon provides also the possibility to configure data pools automatically at
startup.
# In that case all data pools which shall be configured at startup must be placed into the
following path.
# If no path is set, default path "/opt/taf/Datapools/" will be always set by the daemon.
# Max. path length 255
BaseFolderStatic /opt/taf/Datapools/
Section: Set data pool configuration mode
# 1 / TRUE: Data pool configuration at startup (static data pools) + dynamic data pool
configuration
# 0 / FALSE: Only dynamic data pool configuration is possible
# If no value is set, default (FALSE) will be always set by the daemon.
StartUpConfiguration 1