Move invirt-console/files to invirt-console/server
[invirt/packages/invirt-console.git] / server / etc / conserver / conserver.cf.invirt
diff --git a/server/etc/conserver/conserver.cf.invirt b/server/etc/conserver/conserver.cf.invirt
new file mode 100644 (file)
index 0000000..6d7130e
--- /dev/null
@@ -0,0 +1,23 @@
+# default config for console
+config * {
+       sslrequired yes;
+}
+# If no consoles are defined, as is the case when the host first boots
+# up, conserver will quit. This keeps it running.
+#
+# Should someone create a VM called dummy-console, their VM will
+# shadow over this one
+console dummy-console {
+        master localhost;
+        type noop;
+}
+
+default * {
+        type exec;
+}
+access * {
+        trusted 127.0.0.1;
+        limited *;
+}
+
+#include /etc/conserver/invirt-hosts.cf