# 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 helm-proof-checker helm-uri-set-queue helm-draw-graph " # script used to define a good(TM) environment for daemons ENVSCRIPT="/projects/helm/shared/scripts/phd.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=" /ramfs/http_getter /ramfs/http_getter/library /ramfs/http_getter/rdf_library " # user which will own the daemons and the cache directories OWNER="sacerdot:helm" # vim: set ft=sh: