From e601a9081ab1ca3a8014870f465d73d9b47014d7 Mon Sep 17 00:00:00 2001 From: Donald Buczek Date: Wed, 5 Jul 2023 10:17:45 +0200 Subject: [PATCH] lightdm.service: Start only on desktop After the condition on the lightdm tag was removed, the display manager would start on servers, too. Add condition on the desktop tag. --- misc_systemd_units/lightdm.service | 1 + 1 file changed, 1 insertion(+) diff --git a/misc_systemd_units/lightdm.service b/misc_systemd_units/lightdm.service index aabd442..0d40786 100644 --- a/misc_systemd_units/lightdm.service +++ b/misc_systemd_units/lightdm.service @@ -1,5 +1,6 @@ [Unit] After=systemd-user-sessions.service +ConditionPathExists=/node/tags/desktop [Service] ExecStart=/usr/bin/lightdm