diff options
author | B Stack <bgstack15@gmail.com> | 2019-01-30 15:40:06 -0500 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2019-01-30 15:40:06 -0500 |
commit | e9120a776ff758709db504702eb3a44940bdd26e (patch) | |
tree | 7eaa53b9b4c888038696252b49d535f1e1deec6b /veracrypt/debian/veracrypt.default | |
parent | add palemoon dpkg for devuan (diff) | |
download | stackrpms-e9120a776ff758709db504702eb3a44940bdd26e.tar.gz stackrpms-e9120a776ff758709db504702eb3a44940bdd26e.tar.bz2 stackrpms-e9120a776ff758709db504702eb3a44940bdd26e.zip |
add veracrypt dpkg first draft
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" |