]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/scripts/init.d/etc_default_helm
added /etc/init.d/ stuff
[helm.git] / helm / scripts / init.d / etc_default_helm
diff --git a/helm/scripts/init.d/etc_default_helm b/helm/scripts/init.d/etc_default_helm
new file mode 100644 (file)
index 0000000..d6e8413
--- /dev/null
@@ -0,0 +1,18 @@
+# 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"
+
+  # user which will own the daemons
+OWNER="sacerdot:helm"
+
+# vim: set ft=sh: