]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/scripts/init.d/etc_default_helm_mowgli
use new daemon_respawner.sh
[helm.git] / helm / scripts / init.d / etc_default_helm_mowgli
index d4b099e5b286c84ae7447a3ddeb6d8e0d90ed395..64ced1a2827776720582e4b3b3c6577e8ff69ee5 100644 (file)
@@ -9,13 +9,11 @@ DAEMONS="
   helm-draw-graph_mowgli
   helm-search-engine_mowgli
   helm-uwobo_mowgli
+  helm-rdfly_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"
+UWOBO_INIT_SCRIPT="/projects/helm/etc/init.d/loadPredefinedStylesheets.pl"
 
   # http getter cache dirs that need to be created at boot time
 HTTP_GETTER_CACHE_DIRS="
@@ -29,8 +27,9 @@ HTTP_GETTER_CACHE_DIRS="
   # user which will own the daemons and the cache directories
 OWNER="sacerdot:helm"
 
+export HELM_GETTER_URL=http://mowgli.cs.unibo.it:58081
+export HELM_UWOBO_URL=http://mowgli.cs.unibo.it:58080
+UWOBO_PANEL_CONF=/projects/helm/public_html/uwobo/panel/control.html
 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: