master: on-failure -> always

This commit is contained in:
zowoq 2024-05-10 08:11:16 +10:00 committed by mergify[bot]
parent 21804ebc84
commit b35d937c0c

View file

@ -348,7 +348,7 @@ in
# Needed because it tries to reach out to github on boot. # Needed because it tries to reach out to github on boot.
# FIXME: if github is not available, we shouldn't fail buildbot, instead it should just try later again in the background # FIXME: if github is not available, we shouldn't fail buildbot, instead it should just try later again in the background
Restart = "on-failure"; Restart = "always";
RestartSec = "30s"; RestartSec = "30s";
}; };
}; };