From 91058aaafca2f7d9a77de9d339a5eb3deea85640 Mon Sep 17 00:00:00 2001 From: TomasM Date: Fri, 23 Nov 2018 16:01:24 +0000 Subject: [PATCH] disable starting X if kernel commandline contains 'text' --- .../modules/02-xorg/rootcopy/lib/systemd/system/xorg.service | 1 + 1 file changed, 1 insertion(+) diff --git a/Slax/debian/modules/02-xorg/rootcopy/lib/systemd/system/xorg.service b/Slax/debian/modules/02-xorg/rootcopy/lib/systemd/system/xorg.service index a53f0af..c1192b6 100644 --- a/Slax/debian/modules/02-xorg/rootcopy/lib/systemd/system/xorg.service +++ b/Slax/debian/modules/02-xorg/rootcopy/lib/systemd/system/xorg.service @@ -1,5 +1,6 @@ [Unit] Description=X-Window +ConditionKernelCommandLine!=text After=systemd-user-sessions.service [Service]