# Configuration for helm daemons # DAEMONS started/stopped/ecc. by /etc/init.d/helm, name listed here # must correspond to scripts located in /etc/init.d DAEMONS=" helm-http-getter_mowgli helm-proof-checker_mowgli helm-uri-set-queue_mowgli helm-draw-graph_mowgli helm-search-engine_mowgli helm-uwobo_mowgli " # script used to define a good(TM) environment for daemons ENVSCRIPT="/projects/helm/shared/scripts/phd_mowgli.rc" # script used to load/unload uwobo predefined scripts UWOBO_INIT_SCRIPT="/projects/helm/shared/scripts/init.d/loadPredefinedStylesheets.pl" # http getter cache dirs that need to be created at boot time HTTP_GETTER_CACHE_DIRS=" /tmp/helm /tmp/helm/cache /tmp/helm/cache/cic_library /tmp/helm/cache/rdf_library /tmp/helm/cache/nuprl_library " # user which will own the daemons and the cache directories OWNER="sacerdot:helm" NUPRL_UWOBO_PANEL_CONF="/projects/helm/nuprl/NuPRL/uwobo-panel/control.html" export MATHQL_DB_MAP=/projects/helm/shared/scripts/init.d/mathql_db_map.txt # vim: set ft=sh: