From b137deed92c1833f106ad34300fbfe8a6fc6d2eb Mon Sep 17 00:00:00 2001 From: TomasM Date: Tue, 29 Jan 2019 11:22:21 +0000 Subject: [PATCH] nolisten tcp for x --- .../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 eb7608f..98a2f31 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 @@ -4,4 +4,4 @@ ConditionKernelCommandLine=!text After=systemd-user-sessions.service [Service] -ExecStart=/bin/su --login -c "/usr/bin/startx -- :0 vt7 -ac" +ExecStart=/bin/su --login -c "/usr/bin/startx -- :0 vt7 -ac -nolisten tcp"