diff --git a/overlay/etc/supervisor.d/steam.ini b/overlay/etc/supervisor.d/steam.ini index 6f00629..13ba83a 100644 --- a/overlay/etc/supervisor.d/steam.ini +++ b/overlay/etc/supervisor.d/steam.ini @@ -3,6 +3,10 @@ [program:steam] autostart=false autorestart=true +# Retry a restart a few times. +# This allows this container to start up before X is ready and restart the process until it becomes available. +# Each restart will have a small delay of a few seconds. So 50 attempts should be a few mins. +startretries=50 priority=50 user=%(ENV_USER)s directory=/home/%(ENV_USER)s