X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=sidebyside;f=helm%2Fscripts%2Finit.d%2Fetc_default_helm;h=53696cdedbdf6a4b7a95f7b71498ac6c6d4b696c;hb=b9b3b6c5a9f818019aaeac0876ce0874e7a3651d;hp=d6e8413106d01534961dcb4650ea174baf5a5b05;hpb=ab934e873165bf0e661c9e59fddf81714bcb32ff;p=helm.git diff --git a/helm/scripts/init.d/etc_default_helm b/helm/scripts/init.d/etc_default_helm index d6e841310..53696cded 100644 --- a/helm/scripts/init.d/etc_default_helm +++ b/helm/scripts/init.d/etc_default_helm @@ -12,7 +12,17 @@ DAEMONS=" # script used to define a good(TM) environment for daemons ENVSCRIPT="/projects/helm/shared/scripts/phd.rc" - # user which will own the daemons + # 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: