From 4e28ff7530f162d28b90e22eb1a34c9d64042ea5 Mon Sep 17 00:00:00 2001 From: TomasM Date: Fri, 23 Nov 2018 16:03:23 +0000 Subject: [PATCH] bugfix --- .../modules/02-xorg/rootcopy/lib/systemd/system/xorg.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 c1192b6..6be2d7f 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,6 +1,6 @@ [Unit] Description=X-Window -ConditionKernelCommandLine!=text +ConditionKernelCommandLine=!text After=systemd-user-sessions.service [Service]