From 79e083d32da9ce01345cbcbdc4f1242e4ef96921 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Corentin=20No=C3=ABl?= Date: Tue, 1 Oct 2024 09:48:21 +0200 Subject: [PATCH] debian: Drop ExecPreStart hack All the other display managers have been migrated since a while now. --- debian/lightdm.service | 3 --- 1 file changed, 3 deletions(-) diff --git a/debian/lightdm.service b/debian/lightdm.service index cd7c7eb3..651d3255 100644 --- a/debian/lightdm.service +++ b/debian/lightdm.service @@ -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