udisks2.conf

udisks2.conf — The udisks2 configuration file

DESCRIPTION

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 /usr/local/etc/udisks/udisks2.conf.

CONFIGURATION FILE

The default configuration file udisks2.conf looks like this:

    [udisks2]
    modules=*
    modules_load_preference=ondemand
    

modules = <string list>

modules_load_preference = ondemand|onstartup

AUTHOR

BUGS

Please send bug reports to either the distribution bug tracker or the upstream bug tracker at https://github.com/storaged-project/udisks/issues.

SEE ALSO

udisks(8), udisksctl(1), umount.udisks2(8)