summaryrefslogtreecommitdiff
path: root/units/tmp.mount
diff options
context:
space:
mode:
authorTom Gundersen <teg@jklm.no>2012-10-23 22:33:00 +0200
committerTom Gundersen <teg@jklm.no>2012-10-23 22:33:00 +0200
commitd0114527f4cb6b0f7b9929aedaa81cf18e4c3399 (patch)
tree636d56745d912ac6d5a32cf56a1a9514ee88a67e /units/tmp.mount
parentef44ed4e2d2646db35df40fd38ead65be2113888 (diff)
downloadsystemd-d0114527f4cb6b0f7b9929aedaa81cf18e4c3399.tar.gz
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.
Diffstat (limited to 'units/tmp.mount')
-rw-r--r--units/tmp.mount4
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