[OE-core] [PATCH] systemd: fix console-kit-log-system-start.service startup

Jonathan Liu net147 at gmail.com
Fri Feb 21 04:42:17 UTC 2014


console-kit-log-system-start.service fails to to start if the
/var/log/ConsoleKit directory does not exist. Normally it is created
automatically but as we mount a tmpfs at /var/log, we need to add
a tmpfiles.d entry to create it.

Signed-off-by: Jonathan Liu <net147 at gmail.com>
---
 meta/recipes-core/systemd/systemd/00-create-volatile.conf | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-core/systemd/systemd/00-create-volatile.conf b/meta/recipes-core/systemd/systemd/00-create-volatile.conf
index 9ffa88e..dc6b462 100644
--- a/meta/recipes-core/systemd/systemd/00-create-volatile.conf
+++ b/meta/recipes-core/systemd/systemd/00-create-volatile.conf
@@ -4,4 +4,5 @@
 
 
 d		/var/volatile/log		-	-	-	-
+d		/var/volatile/log/ConsoleKit		-	-	-	-
 d		/var/volatile/tmp		-	-	-	-
-- 
1.8.5.4




More information about the Openembedded-core mailing list