diff options
author | Kay Sievers <kay@vrfy.org> | 2012-04-11 22:18:55 +0200 |
---|---|---|
committer | Kay Sievers <kay@vrfy.org> | 2012-04-11 22:18:55 +0200 |
commit | 635f7d8ca723615b4cf968670d58c109b806bb20 (patch) | |
tree | 427f64e244138d870ce60a103e315ef8393b73d9 /units | |
parent | e5f3d1ba124f14477d6b5434982d7d44a472a66f (diff) |
enable proper access timestamps on all tmpfs mounts
Diffstat (limited to 'units')
-rw-r--r-- | units/tmp.mount | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/units/tmp.mount b/units/tmp.mount index 8d0b8afb17..de3ec1b657 100644 --- a/units/tmp.mount +++ b/units/tmp.mount @@ -13,4 +13,4 @@ Before=local-fs.target What=tmpfs Where=/tmp Type=tmpfs -Options=mode=1777 +Options=mode=1777,strictatime |