diff options
Diffstat (limited to 'veracrypt/debian/veracrypt.default')
-rw-r--r-- | veracrypt/debian/veracrypt.default | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/veracrypt/debian/veracrypt.default b/veracrypt/debian/veracrypt.default new file mode 100644 index 0000000..777e809 --- /dev/null +++ b/veracrypt/debian/veracrypt.default @@ -0,0 +1,9 @@ +# If enabled, the following option calls 'veracrypt -d' at shutdown. Although +# all filesystems are unmounted automatically at shutdown, only calling +# 'veracrypt -d' will stop the VeraCrypt processes and remove any device mappings. +# It probably isn't necessary to do this, but it shouldn't hurt. + +VERACRYPT_SHUTDOWN_UNMOUNT="yes" + +# If enabled, the following option calls 'veracrypt -d' during suspend and hibernate. +VERACRYPT_SUSPEND_UNMOUNT="yes" |