diff --git a/lightdm.be0 b/lightdm.be0 index efede3281..0d938a922 100755 --- a/lightdm.be0 +++ b/lightdm.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION lightdm-1.30.0-2 +# BEE_VERSION lightdm-1.30.0-3 # SRCURL[0]="https://github.com/CanonicalLtd/lightdm/releases/download/${PKGVERSION}/lightdm-${PKGVERSION}.tar.xz" SRCURL[0]="https://beehive.molgen.mpg.de/c566ea595f2b81e68684be9f8dbcbb42/lightdm-1.30.0.tar.xz" @@ -73,28 +73,4 @@ EOF sed -i -e '/^minimum-uid=/ c minimum-uid=100' \ -e '/^hidden-users=/ c hidden-users=nobody nobodyV' \ ${D}/etc/lightdm/users.conf - - - ###################### - # create systemd unit - - mkdir -p ${D}/etc/systemd/system - cat < ${D}/etc/systemd/system/lightdm.service -[Unit] -Description=LightDM -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 -Restart=always -BusName=org.freedesktop.DisplayManager -UMask=007 - -[Install] -WantedBy=graphical.target -UNIT - - chmod 644 ${D}/etc/systemd/system/lightdm.service }