Update gotosocial
This commit is contained in:
parent
718f44aa00
commit
d425bde1a1
2 changed files with 4 additions and 3 deletions
|
@ -52,6 +52,7 @@ in
|
|||
serviceConfig.EnvironmentFile = cfg.envFile;
|
||||
serviceConfig.Type = "notify";
|
||||
serviceConfig.NotifyAccess = "all";
|
||||
serviceConfig.TimeoutSec = 300;
|
||||
script = lib.mkBefore ''
|
||||
${lib.getExe pkgs.wait4x} http http://127.0.0.1:${toString cfg.port} --expect-status-code 200 -t 0 -q -- systemd-notify --ready &
|
||||
'';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue