laptop-mode: remount disks with noatime option when laptop-mode activates

This commit is contained in:
nodiscc
2020-03-07 13:41:48 +01:00
parent ed20d9f7ec
commit 7b773cc066

View File

@@ -0,0 +1,9 @@
# Should laptop mode tools add the "noatime" option to the mount options when
# laptop mode is enabled?
#
CONTROL_NOATIME=1
# Should laptop use relatime instead of noatime? The "relatime" mount option has
# more standards-compliant semantics, and allows more applications to work,
# while retaining a low level of atime updates (i.e., disk writes).
USE_RELATIME=0