From: Tom Gundersen Date: Tue, 23 Oct 2012 20:33:00 +0000 (+0200) Subject: units: don't order tmp.monut after local-fs-pre.target X-Git-Tag: v196~249 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=d0114527f4cb6b0f7b9929aedaa81cf18e4c3399;ds=sidebyside 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 0b0d6ae56..94c41c29b 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