Skip to content

Commit

Permalink
lightdm.service: Start only on desktop
Browse files Browse the repository at this point in the history
After the condition on the lightdm tag was removed, the display manager
would start on servers, too. Add condition on the desktop tag.
  • Loading branch information
donald committed Jul 5, 2023
1 parent 3e21c9d commit e601a90
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions misc_systemd_units/lightdm.service
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[Unit]
After=systemd-user-sessions.service
ConditionPathExists=/node/tags/desktop

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

0 comments on commit e601a90

Please sign in to comment.