|
@@ -174,7 +174,11 @@ if ! pgrep -x steam >/dev/null 2>&1; then
|
|
|
sleep 10
|
|
sleep 10
|
|
|
|
|
|
|
|
echo "[desktop] Starting Steam in background..."
|
|
echo "[desktop] Starting Steam in background..."
|
|
|
- steam -silent >/home/ubuntu/.steam-startup.log 2>&1 &
|
|
|
|
|
|
|
+ setpriv \
|
|
|
|
|
+ --inh-caps=-all \
|
|
|
|
|
+ --ambient-caps=-all \
|
|
|
|
|
+ --bounding-set=-all \
|
|
|
|
|
+ steam -silent >/home/ubuntu/.steam-startup.log 2>&1 &
|
|
|
fi
|
|
fi
|
|
|
|
|
|
|
|
# Keep the Supervisor program alive for the lifetime of the desktop session.
|
|
# Keep the Supervisor program alive for the lifetime of the desktop session.
|