master: on-failure -> always
This commit is contained in:
parent
21804ebc84
commit
b35d937c0c
|
@ -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";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue