blob: 699d7e7573f878c5501d636b919080380740400b (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# /etc/conf.d/dmcrypt
# How long to wait for each timeout (in seconds).
dmcrypt_key_timeout=1
# Max number of checks to perform (see dmcrypt_key_timeout).
#dmcrypt_max_timeout=300
# Number of password retries.
dmcrypt_retries=5
|