docker: use noatime for nvr mounts

This commit is contained in:
Koushik Dutta
2024-08-11 07:59:51 -07:00
parent bcc9be62e9
commit a58d66d484

View File

@@ -128,7 +128,7 @@ then
set -e
removescryptedfstab
mkdir -p /mnt/scrypted-nvr
echo "PARTLABEL=scrypted-nvr /mnt/scrypted-nvr ext4 defaults,nofail 0 0" >> /etc/fstab
echo "PARTLABEL=scrypted-nvr /mnt/scrypted-nvr ext4 defaults,nofail,noatime 0 0" >> /etc/fstab
mount -a
systemctl daemon-reload
set +e