Table of Contents
unieject.conf — Configuration file for unieject tool
/etc/unieject.conf
The unieject.conf
file is the configuration file for
unieject(1)
command, with the defaults used when it's called without particular
options which overrides it.
The file is a simple unix (or ini) style configuration file, without sections and with options and values set in the form
name = value
Comments are started by #, everything standing after that character in a line is considered a comment.
The device to eject if none is specified on the command line. This does override EJECT environment variable.
This option allow to choose the default verbosity. If set to 1, it
would be like always using --verbose
on command
line, while if set to -1 it would be like always using
--quiet
. The default verbosity (0) only outputs
errors.
If set to true
, this will invoke unmounting of
the device when it's mounted. If set to false
,
mounted devices cannot be ejected.
If unmount is set to true
, this option allows to
choose if to force the unmount when the device is still in use.
If set to true
(the default),
unieject will respect the capabilities returned
by the device, otherwise it will try to eject also if the drive
states not to support eject.
This setting can be used when, to unmount a device, you need to launch a wrapper script, instead of using library functions (for example when unieject command is not setuid or doesn't have POSIX capabilities set).
Defines the access method to use for CDIO CD-Rom access. This depends on the platform and should never be changed if you don't know what is used for. See also libcdio documentation for the available access methods for your platform.
This option sets the informative output level of CDIO library.
0
is the full debug output level. See also
libcdio documentation for the available values.