Skip to content

Commit

Permalink
debian: Drop ExecPreStart hack
Browse files Browse the repository at this point in the history
All the other display managers have been migrated since a while now.
  • Loading branch information
tintou committed Oct 1, 2024
1 parent 3abc9fb commit 79e083d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions debian/lightdm.service
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ StartLimitBurst=5
OnFailure=lightdm-failure-handler.service

[Service]
# temporary safety check until all DMs are converted to correct
# display-manager.service symlink handling
ExecStartPre=/bin/sh -c '[ "$(basename $(cat /etc/X11/default-display-manager 2>/dev/null))" = "lightdm" ]'
ExecStart=/usr/sbin/lightdm
Restart=always
RestartSec=5s
Expand Down

0 comments on commit 79e083d

Please sign in to comment.