Enable parsing STEAM_ARGS to the steam supervisor config

This commit is contained in:
Josh.5
2023-07-21 11:08:43 +12:00
parent b75b496283
commit af1c17fdfd

View File

@@ -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