From d0114527f4cb6b0f7b9929aedaa81cf18e4c3399 Mon Sep 17 00:00:00 2001 From: Tom Gundersen Date: Tue, 23 Oct 2012 22:33:00 +0200 Subject: [PATCH] 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. --- units/tmp.mount | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- 2.30.2