]> matita.cs.unibo.it Git - helm.git/blob - helm/scripts/init.d/etc_default_helm_mowgli
- the mathql interpreter is not helm-dependent any more
[helm.git] / helm / scripts / init.d / etc_default_helm_mowgli
1 # Configuration for helm daemons
2
3   # DAEMONS started/stopped/ecc. by /etc/init.d/helm, name listed here
4   # must correspond to scripts located in /etc/init.d
5 DAEMONS="
6   helm-http-getter_mowgli
7   helm-proof-checker_mowgli
8   helm-uri-set-queue_mowgli
9   helm-draw-graph_mowgli
10   helm-search-engine_mowgli
11   helm-uwobo_mowgli
12 "
13
14   # script used to define a good(TM) environment for daemons
15 ENVSCRIPT="/projects/helm/shared/scripts/phd_mowgli.rc"
16
17   # script used to load/unload uwobo predefined scripts
18 UWOBO_INIT_SCRIPT="/projects/helm/shared/scripts/init.d/loadPredefinedStylesheets.pl"
19
20   # http getter cache dirs that need to be created at boot time
21 HTTP_GETTER_CACHE_DIRS="
22   /projects/helm/shared/cache/library
23   /projects/helm/shared/cache/library/http_getter_mowgli
24   /projects/helm/shared/cache/rdf_library
25   /projects/helm/shared/cache/rdf_library/http_getter_mowgli
26 "
27
28   # user which will own the daemons and the cache directories
29 OWNER="sacerdot:helm"
30
31 NUPRL_UWOBO_PANEL_CONF="/projects/helm/NuPRL/uwobo-panel/control.html"
32
33 # vim: set ft=sh: