fix(uptime-kuma): !hack wait 10s before starting stateless uptime kuma #192
1 changed files with 3 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
||||||
{
|
{
|
||||||
config,
|
config,
|
||||||
lib,
|
lib,
|
||||||
|
pkgs,
|
||||||
serverNodes,
|
serverNodes,
|
||||||
sources,
|
sources,
|
||||||
...
|
...
|
||||||
|
@ -143,6 +144,8 @@ in
|
||||||
proxyWebsockets = true;
|
proxyWebsockets = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
systemd.services.stateless-uptime-kuma.serviceConfig.ExecStartPre = "${lib.getExe' pkgs.coreutils "sleep"} 10";
|
||||||
|
|||||||
|
|
||||||
statelessUptimeKuma = {
|
statelessUptimeKuma = {
|
||||||
probesConfig = mkMerge [
|
probesConfig = mkMerge [
|
||||||
pingProbes
|
pingProbes
|
||||||
|
|
Loading…
Reference in a new issue
can we have an issue in stateless-uptime-kuma tracking a proper readiness probe, ideally with systemd collaboration or something?