Make Xorg start again

This commit is contained in:
Martin 2023-10-04 23:35:46 +02:00
parent c0fab5c065
commit 61703887de

View File

@ -51,6 +51,8 @@ else
then
echo "@/home/urbackup/setxkbmap.sh" >> /etc/xdg/lxsession/LXDE/autostart
fi
sed -i 's/allowed_users=console/allowed_users=console/g' /etc/X11/Xwrapper.config
echo "needs_root_rights=yes" >> /etc/X11/Xwrapper.config
sudo -u urbackup startx
fi