<font face="Arial, Verdana">I followed https://www.repetier-server.com/booting-into-touchscreen-mode-for-linux/ and struggled why on reboot the splash screen would come on then I'd get dropped to shell. I have the following in my rc.local file per the guide:</font>
su -l pi -c "xinit ./rs -- -nocursor"
su -l pi -c "/home/pi/startserver.sh"
Turns out that's wrong. Per <font face="Arial, Verdana">https://forum.repetier.com/discussion/comment/8443/#Comment_7616 it should be:</font>
/usr/bin/xinit /home/pi/rs -- -nocursor<br style="box-sizing: border-box; color: rgb(85, 85, 85); font-family: "Courier New"; font-size: 16px; line-height: 22.8571px; background-color: rgb(255, 255, 255);">/home/pi/startserver.sh<font face="Arial, Verdana">
</font>
<font face="Arial, Verdana">I made that change, rebooted and it worked fine!</font>