X-Git-Url: http://matita.cs.unibo.it/gitweb/?p=helm.git;a=blobdiff_plain;f=helm%2Fscripts%2Finit.d%2Fetc_default_helm;fp=helm%2Fscripts%2Finit.d%2Fetc_default_helm;h=0000000000000000000000000000000000000000;hp=4d06f941f0094de2e20e87e14f155d1353865270;hb=3ef089a4c58fbe429dd539af6215991ecbe11ee2;hpb=1c7fb836e2af4f2f3d18afd0396701f2094265ff diff --git a/helm/scripts/init.d/etc_default_helm b/helm/scripts/init.d/etc_default_helm deleted file mode 100644 index 4d06f941f..000000000 --- a/helm/scripts/init.d/etc_default_helm +++ /dev/null @@ -1,29 +0,0 @@ -# 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=" - /projects/helm/shared/cache/library - /projects/helm/shared/cache/library/http_getter - /projects/helm/shared/cache/rdf_library - /projects/helm/shared/cache/rdf_library/http_getter -" - - # user which will own the daemons and the cache directories -OWNER="sacerdot:helm" - -# vim: set ft=sh: