Enable parsing STEAM_ARGS to the steam supervisor config
This commit is contained in:
@@ -10,7 +10,7 @@ autorestart=true
|
|||||||
startretries=50
|
startretries=50
|
||||||
user=%(ENV_USER)s
|
user=%(ENV_USER)s
|
||||||
directory=/home/%(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"
|
environment=HOME="/home/%(ENV_USER)s",USER="%(ENV_USER)s",DISPLAY="%(ENV_DISPLAY)s"
|
||||||
stopsignal=INT
|
stopsignal=INT
|
||||||
stdout_logfile=/home/%(ENV_USER)s/.cache/log/steam.log
|
stdout_logfile=/home/%(ENV_USER)s/.cache/log/steam.log
|
||||||
|
|||||||
Reference in New Issue
Block a user