Revert to starting steam from desktop autostart

This commit is contained in:
Josh.5
2023-08-22 15:02:35 +12:00
committed by Josh Sunnex
parent 5837843aa2
commit 02a94566b2
2 changed files with 24 additions and 13 deletions

View File

@@ -41,10 +41,5 @@ echo "**** Starting Xfce4 ****"
/usr/bin/startxfce4 &
desktop_pid=$!
if [ "${ENABLE_STEAM:-}" = "true" ]; then
echo "Start Steam service"
sudo supervisorctl start steam
fi
# WAIT FOR CHILD PROCESS:
wait "$desktop_pid"