[systemd-commits] units/tmp.mount

Tom Gundersen tomegun at kemper.freedesktop.org
Tue Oct 23 13:34:34 PDT 2012


 units/tmp.mount |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

New commits:
commit d0114527f4cb6b0f7b9929aedaa81cf18e4c3399
Author: Tom Gundersen <teg at jklm.no>
Date:   Tue Oct 23 22:33:00 2012 +0200

    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.

diff --git a/units/tmp.mount b/units/tmp.mount
index 0b0d6ae..94c41c2 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



More information about the systemd-commits mailing list