Skip to content

Commit

Permalink
Merge pull request #1692 from mariux64/update-lightdm-from-1.28.0-to-…
Browse files Browse the repository at this point in the history
…1.30.0

Update LightDM from 1.28.0 to 1.30.0 and improve service unit
  • Loading branch information
pmenzel authored Feb 12, 2020
2 parents 229b96b + 24bbe14 commit e528ab5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lightdm.be0
Original file line number Diff line number Diff line change
@@ -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"

Expand Down Expand Up @@ -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]
Expand Down

0 comments on commit e528ab5

Please sign in to comment.