daemon: added a config file for testing the parser.
authorKrisztian Litkey <kli@iki.fi>
Fri, 6 Apr 2012 11:44:15 +0000 (14:44 +0300)
committerKrisztian Litkey <kli@iki.fi>
Fri, 6 Apr 2012 11:44:15 +0000 (14:44 +0300)
src/daemon/murphy.conf [new file with mode: 0644]

diff --git a/src/daemon/murphy.conf b/src/daemon/murphy.conf
new file mode 100644 (file)
index 0000000..2506d4f
--- /dev/null
@@ -0,0 +1,18 @@
+# load two instances of the test plugin
+if plugin-exists test
+    load-plugin test foo=bar foobar=barfoo
+    load-plugin test as test5 foo=foo foobar=foobar
+end
+
+# load the dbus and glib plugins if they exist
+if plugin-exists dbus
+    load-plugin dbus
+end
+
+# try loading the glib plugin, ignoring any errors
+try-load-plugin glib
+
+# load the murphy DB plugin if it exists
+if plugin-exists murphydb
+    load-plugin murpydb
+end