udisks2.conf (5)
Leading comments
Title: udisks2.conf Author: [see the "AUTHOR" section] Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/> Date: March 2016 Manual: UDisks Daemon Configuration Source: udisks2.conf 2.6.5 Language: English
NAME
udisks2.conf - The udisks2 configuration fileDESCRIPTION
The udisks project provides additional functionality via pluggable modules. These plugins can be inserted into the daemon either by D-Bus call org.freedesktop.UDisks2.Manager.EnableModules() or by running the udisks daemon with --force-load-modules command line option.
It is also possible to configure the modules loading behavior via the configuration file placed at /etc/udisks/udisks2.conf.
CONFIGURATION FILE
The default configuration file udisks2.conf looks like this:
-
[udisks2] modules=* modules_load_preference=ondemand
modules = <string list>
-
This variable controlls what modules should be loaded. It may contain either a comma-separated list of modules to load or a single asterisk which stands for all the modules.
modules_load_preference = ondemand|onstartup
-
This key tells udisksd when to load the plugins: either at startup or on demand by D-Bus org.freedesktop.UDisks2.Manager.EnableModules().
AUTHOR
<phatina@redhat.com>
BUGS
Please send bug reports to either the distribution bug tracker or the upstream bug tracker at m[blue]github.com/storaged-project/udisks/issuesm[].