summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMichal Hruby <michal.mhr@gmail.com>2012-01-02 20:31:15 +0100
committerMichal Hruby <michal.mhr@gmail.com>2012-01-02 20:31:15 +0100
commit754507515644a5ca9b8d687cbee3d6c60d581043 (patch)
treead4fa576173feac21d624c1977b9bbaa243be0bf /doc
parent0ffc5cb59f4ab4ba63fe2cd1e0ee4f65b7852c59 (diff)
Add a way to disable extensions
Diffstat (limited to 'doc')
-rw-r--r--doc/zeitgeist-daemon.16
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/zeitgeist-daemon.1 b/doc/zeitgeist-daemon.1
index d20db511..f90341aa 100644
--- a/doc/zeitgeist-daemon.1
+++ b/doc/zeitgeist-daemon.1
@@ -63,6 +63,12 @@ database. The default value is $ZEITGEIST_DATA_PATH/activity.sqlite.
.B ZEITGEIST_DATABASE_BACKUP_PATH
This variable lets you specify an override for the filename of a possible
database backup. The default value is $ZEITGEIST_DATA_PATH/activity.sqlite.bck.
+.TP
+.B ZEITGEIST_DISABLED_EXTENSIONS
+This variable lets you specify comma separated list of extension names which
+shouldn't be loaded. The names are extracted from type names of the extensions,
+so to disable extension with type name ZeitgeistDataSourceRegistry, value
+of the variable should be DataSourceRegistry.
.SH SIGNALS
\fISIGHUP\f1: zeitgeist\-daemon will shut itself down in a clean way.