From f1476fab209eced536a630d6fcfc4055a42424a7 Mon Sep 17 00:00:00 2001 From: Donald Buczek Date: Tue, 4 Jul 2023 15:09:59 +0200 Subject: [PATCH] lightdm.service: Remove obsolete references 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. --- misc_systemd_units/lightdm.service | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/misc_systemd_units/lightdm.service b/misc_systemd_units/lightdm.service index 76d97e4..aabd442 100644 --- a/misc_systemd_units/lightdm.service +++ b/misc_systemd_units/lightdm.service @@ -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