summaryrefslogtreecommitdiff
path: root/veracrypt/debian/veracrypt.default
blob: 777e809f813091b8e58a1a704f13220eba002773 (plain)
1
2
3
4
5
6
7
8
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"
bgstack15