#
# /etc/lnxhcrc
#   System-wide configuration file for the Linux Health Checker
#
# To override for a single user, create a copy at ~/.lnxhc/lnxhcrc
# See lnxhcrc(5) for more information.
#

# Directory containing system-wide checks, consumers, and profiles. Repeat this
# line to specify multiple directories. The Linux Health Checker installs new
# checks, consumers and profiles in the first specified directory.
db_path = "/usr/lib/lnxhc"
db_path = "/usr/lib/lnxhc"

# Flag indicating whether checks, consumers and profiles should be read
# everytime the Linux Health Checker is started (value 0) or only when a change
# has occurred (value 1). Default is 1.
db_caching = 1
