diff --git a/lightdm.be0 b/lightdm.be0 index a044b504b..83b01990e 100755 --- a/lightdm.be0 +++ b/lightdm.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION lightdm-1.28.0-2 +# BEE_VERSION lightdm-1.30.0-0 SRCURL[0]="https://github.com/CanonicalLtd/lightdm/releases/download/${PKGVERSION}/lightdm-${PKGVERSION}.tar.xz" @@ -81,14 +81,14 @@ EOF cat <<-UNIT > ${D}/etc/systemd/system/lightdm.service [Unit] Description=LightDM - Wants=nvidia.service - After=nvidia.service + Wants=nvidia.service startup-tags.service + After=systemd-user-sessions.service nvidia.service startup-tags.service ConditionPathExists=/node/tags/lightdm [Service] ExecStart=/usr/bin/lightdm - StandardOutput=syslog Restart=always + BusName=org.freedesktop.DisplayManager UMask=007 [Install]