You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
371 B
20 lines
371 B
## |
|
## pwmd.cfg -- pwmd(1) server configuration |
|
## |
|
|
|
[default] |
|
socket_path=@l_prefix@/var/pwmd/pwmd.socket |
|
log_path=@l_prefix@/var/pwmd/pwmd.log |
|
data_directory=@l_prefix@/var/pwmd/pwmd.db |
|
enable_logging=true |
|
disable_list_and_dump=true |
|
iterations=42 |
|
iteration_progress=0 |
|
cache_timeout=0 |
|
compression_level=6 |
|
#cache_size=4096 |
|
#cache_push=sample |
|
|
|
#[sample] |
|
#key=@l_password@ |
|
|
|
|