remove boot workaround

partial revert of b2ed2ccacc
This commit is contained in:
zowoq 2024-07-06 16:41:49 +10:00 committed by mergify[bot]
parent bb9c110355
commit d1d3746aa7

View file

@ -427,11 +427,6 @@ in
"gitea-token:${cfg.gitea.tokenFile}" "gitea-token:${cfg.gitea.tokenFile}"
"gitea-webhook-secret:${cfg.gitea.webhookSecretFile}" "gitea-webhook-secret:${cfg.gitea.webhookSecretFile}"
]; ];
# 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
Restart = "always";
RestartSec = "30s";
}; };
}; };