From 9afc5451aff5992a71a1c6d131f7a33cb6685517 Mon Sep 17 00:00:00 2001 From: TomasM Date: Tue, 14 Nov 2017 05:51:41 -0500 Subject: [PATCH] bugfix, last one hopefully --- .../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 3e00674..a53f0af 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=su --login -c /usr/bin/startx +ExecStart=/bin/su --login -c /usr/bin/startx