From b9729e50692f43a0153b904858146ee7851272d6 Mon Sep 17 00:00:00 2001 From: Sam Thursfield Date: Tue, 18 Sep 2012 17:06:35 +0100 Subject: Fix systemd unit --- lightdm.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lightdm.service b/lightdm.service index 4b17996e..ae142097 100644 --- a/lightdm.service +++ b/lightdm.service @@ -9,6 +9,6 @@ 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=chown lightdm /var/run/lightdm +ExecStartPre=/bin/chown lightdm /var/run/lightdm ExecStart=/usr/sbin/lightdm -- cgit v1.2.1