diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-10-19 19:35:04 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-10-19 19:35:04 +0200 |
commit | e10fe9ffeaeda205e62b0d7308e339ed880d1bba (patch) | |
tree | 22392029576714a2d66be28114a3b3891634b9c8 /tmpfiles.d | |
parent | 4e4343146ade25b1ccfc927e2807d854be863ec4 (diff) |
tmpfiles: remove forcefsck/fastboot flag files after boot
Diffstat (limited to 'tmpfiles.d')
-rw-r--r-- | tmpfiles.d/systemd.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tmpfiles.d/systemd.conf b/tmpfiles.d/systemd.conf index e93b736bec..07ce72addf 100644 --- a/tmpfiles.d/systemd.conf +++ b/tmpfiles.d/systemd.conf @@ -14,3 +14,7 @@ d /tmp 1777 root root 10d d /var/tmp 1777 root root 30d d /var/cache/man - - - 30d + +r /forcefsck +r /forcequotacheck +r /fastboot |