From af1c17fdfd727129a766740357c234bf8b314e56 Mon Sep 17 00:00:00 2001 From: "Josh.5" Date: Fri, 21 Jul 2023 11:08:43 +1200 Subject: [PATCH] Enable parsing STEAM_ARGS to the steam supervisor config --- overlay/etc/supervisor.d/steam.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/overlay/etc/supervisor.d/steam.ini b/overlay/etc/supervisor.d/steam.ini index 1421194..d2561aa 100644 --- a/overlay/etc/supervisor.d/steam.ini +++ b/overlay/etc/supervisor.d/steam.ini @@ -10,7 +10,7 @@ autorestart=true startretries=50 user=%(ENV_USER)s directory=/home/%(ENV_USER)s -command=/usr/games/steam %(STEAM_ARGS)s +command=/usr/games/steam %(ENV_STEAM_ARGS)s environment=HOME="/home/%(ENV_USER)s",USER="%(ENV_USER)s",DISPLAY="%(ENV_DISPLAY)s" stopsignal=INT stdout_logfile=/home/%(ENV_USER)s/.cache/log/steam.log