mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-06 07:04:54 +00:00
31 lines
876 B
Plaintext
31 lines
876 B
Plaintext
[fwupd]
|
|
|
|
# Allow blacklisting specific devices by their GUID
|
|
# Uses semicolons as delimiter
|
|
BlacklistDevices=
|
|
|
|
# Allow blacklisting specific plugins
|
|
# Uses semicolons as delimiter
|
|
BlacklistPlugins=test;invalid
|
|
|
|
# Maximum archive size that can be loaded in Mb, with 0 for the default
|
|
ArchiveSizeMax=0
|
|
|
|
# Idle time in seconds to shut down the daemon -- note some plugins might
|
|
# inhibit the auto-shutdown, for instance thunderbolt.
|
|
#
|
|
# A value of 0 specifies 'never'
|
|
IdleTimeout=7200
|
|
|
|
# Comma separated list of domains to log in verbose mode
|
|
# If unset, no domains
|
|
# If set to FuValue, FuValue domain (same as --domain-verbose=FuValue)
|
|
# If set to *, all domains (same as --verbose)
|
|
VerboseDomains=
|
|
|
|
# Update the message of the day (MOTD) on device and metadata changes
|
|
UpdateMotd=true
|
|
|
|
# For some plugins, enumerate only devices supported by metadata
|
|
EnumerateAllDevices=false
|