Add support for runnin a secondary instance of steam

This requires that you still have setup a primary container instance of this image.
We can then run a secondary instance of steam that will use the existing X server.

We are still limited to running one of these steam instances at a time.
This commit is contained in:
Josh.5
2022-02-08 07:56:35 +13:00
parent 74871da011
commit 73a4af0f5c
7 changed files with 60 additions and 22 deletions

View File

@@ -6,7 +6,8 @@ autorestart=true
priority=50
user=%(ENV_USER)s
directory=/home/%(ENV_USER)s
command=/usr/game/steam -bigpicture
# command=/usr/games/steam -bigpicture
command=/usr/games/steam
environment=HOME="/home/%(ENV_USER)s",USER="%(ENV_USER)s",DISPLAY="%(ENV_DISPLAY)s"
stopsignal=QUIT
stdout_logfile=/home/%(ENV_USER)s/.cache/log/steam.log