From 258be0e21e890d629f2d1d74bef6a8758a25d9aa Mon Sep 17 00:00:00 2001 From: Sam Thursfield Date: Tue, 18 Sep 2012 17:14:32 +0100 Subject: Fix systemd service for first boot --- lightdm.service | 1 + 1 file changed, 1 insertion(+) diff --git a/lightdm.service b/lightdm.service index ae142097..9a8d5fbc 100644 --- a/lightdm.service +++ b/lightdm.service @@ -9,6 +9,7 @@ BusName=org.freedesktop.DisplayManager # We should do this during the install, but currently the user only # exists in the target system and not the build environment due to # the staging fillers being primitive. +ExecStartPre=/bin/mkdir -p /var/run/lightdm ExecStartPre=/bin/chown lightdm /var/run/lightdm ExecStart=/usr/sbin/lightdm -- cgit v1.2.1