diff options
author | Tom Gundersen <teg@jklm.no> | 2012-10-23 22:33:00 +0200 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2012-10-23 22:33:00 +0200 |
commit | d0114527f4cb6b0f7b9929aedaa81cf18e4c3399 (patch) | |
tree | 636d56745d912ac6d5a32cf56a1a9514ee88a67e | |
parent | ef44ed4e2d2646db35df40fd38ead65be2113888 (diff) |
units: don't order tmp.monut after local-fs-pre.target
Since tmp.mount is a tmpfs this is not necesary, and should speed up boot marginally.
-rw-r--r-- | units/tmp.mount | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/units/tmp.mount b/units/tmp.mount index 0b0d6ae56d..94c41c29ba 100644 --- a/units/tmp.mount +++ b/units/tmp.mount @@ -8,7 +8,9 @@ [Unit] Description=Temporary Directory Documentation=man:hier(7) -Before=local-fs.target +DefaultDependencies=no +Conflicts=umount.target +Before=local-fs.target umount.target [Mount] What=tmpfs |