storaged.confstoraged.conf — The storaged configuration file  | 
      The storaged project provides additional functionality via pluggable
      modules. These plugins can be inserted into the daemon either by D-Bus
      call org.storaged.Storaged.Manager.EnableModules()
      or by running the storaged 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/storaged/storaged.conf.
The default configuration file storaged.conf looks like this:
    [storaged]
    modules=*
    modules_load_preference=ondemand
    
  | 
|
  | 
Please send bug reports to either the distribution bug tracker or the upstream bug tracker at https://github.com/storaged-project/storaged/issues.