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,
|
||||
lib,
|
||||
pkgs,
|
||||
serverNodes,
|
||||
sources,
|
||||
...
|
||||
|
@ -143,6 +144,8 @@ in
|
|||
proxyWebsockets = true;
|
||||
};
|
||||
|
||||
systemd.services.stateless-uptime-kuma.serviceConfig.ExecStartPre = "${lib.getExe' pkgs.coreutils "sleep"} 10";
|
||||
|
||||
|
||||
statelessUptimeKuma = {
|
||||
probesConfig = mkMerge [
|
||||
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?