From f7424081f207925b7980fcfaa7f73ace425a3a9e Mon Sep 17 00:00:00 2001 From: TomasM Date: Tue, 14 Nov 2017 05:41:34 -0500 Subject: [PATCH] revert back --- .../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 2cd0890..3e00674 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 @@ -3,4 +3,4 @@ Description=X-Window After=systemd-user-sessions.service [Service] -ExecStart=/usr/bin/startx +ExecStart=su --login -c /usr/bin/startx