Skip to content

Commit

Permalink
lightdm.service: Remove obsolete references
Browse files Browse the repository at this point in the history
Remove startup-tags condition, because we only have lightdm now. Remove
dependencies on startup-tags.service as well, which would not be needed
even if we used the tags.

Also, remove After= dependency to nvidia.service, because this is now
handled by nvidia.service with a Before=display-manager.service
dependency.
  • Loading branch information
donald committed Jul 4, 2023
1 parent aaa68a3 commit f1476fa
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions misc_systemd_units/lightdm.service
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
[Unit]
Description=LightDM
Wants=nvidia.service startup-tags.service
After=systemd-user-sessions.service nvidia.service startup-tags.service
ConditionPathExists=/node/tags/lightdm
After=systemd-user-sessions.service

[Service]
ExecStart=/usr/bin/lightdm
Expand Down

0 comments on commit f1476fa

Please sign in to comment.