Skip to content

Commit

Permalink
lightdm: Order service unit after systemd-user-sessions.service
Browse files Browse the repository at this point in the history
  • Loading branch information
pmenzel committed Feb 11, 2020
1 parent 96bece1 commit 2c4e1b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lightdm.be0
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ EOF
[Unit]
Description=LightDM
Wants=nvidia.service startup-tags.service
After=nvidia.service startup-tags.service
After=systemd-user-sessions.service nvidia.service startup-tags.service
ConditionPathExists=/node/tags/lightdm

[Service]
Expand Down

0 comments on commit 2c4e1b0

Please sign in to comment.