You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i have in podman 7dtd server with linuxgsm from latest repository
i have cron job monitoring in host (not in podman):
`
*/2 * * * * podman exec -it --user linuxgsm 7dtd-a ./sdtdserver monitor > /dev/null 2>&1
*/2 * * * podman exec -it --user linuxgsm 7dtd-a ./sdtdserver update > /dev/null 2>&1
0 0 * * 0 podman exec -it --user linuxgsm 7dtd-a ./sdtdserver update-lgsm > /dev/null 2>&1
`
2 minutes for automatic server restarts - every line works fine
but
in this big update (i night of 22.12.2024) of 7dtd it exceed the time of 2 minutes for monitor script and restarted 7dtd in podman and update starts again, and again, and again and again... each 2 minutes...
i think, that this can be solved by:
steam update put file with update flag, if update is done flag will be removed
if monitor script for lgsm detect this file (or flag parametr inside ) it skip the restart, else doing what must be done as normal :)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
have any one meet this problem?
i have in podman 7dtd server with linuxgsm from latest repository
i have cron job monitoring in host (not in podman):
`
*/2 * * * * podman exec -it --user linuxgsm 7dtd-a ./sdtdserver monitor > /dev/null 2>&1
0 0 * * 0 podman exec -it --user linuxgsm 7dtd-a ./sdtdserver update-lgsm > /dev/null 2>&1
`
2 minutes for automatic server restarts - every line works fine
but
in this big update (i night of 22.12.2024) of 7dtd it exceed the time of 2 minutes for monitor script and restarted 7dtd in podman and update starts again, and again, and again and again... each 2 minutes...
i think, that this can be solved by:
Beta Was this translation helpful? Give feedback.
All reactions