Revert to starting steam from desktop autostart
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user