6 lines
228 B
Text
6 lines
228 B
Text
|
# set the default idle timeout of the cryptobox
|
||
|
|
||
|
# idle time in minutes (before turning off the crypto filesystem automatically)
|
||
|
# "0" -> no automatic deactivation
|
||
|
echo -n "15" >"$IMAGE_DIR"/usr/share/cryptobox/defaults/timeout
|