Ensure open-webui waits for network before starting
Some checks failed
Run nix flake check / flake-check (push) Has been cancelled
Some checks failed
Run nix flake check / flake-check (push) Has been cancelled
This commit is contained in:
parent
58c48fde71
commit
279e4b6004
@ -17,4 +17,7 @@
|
||||
};
|
||||
port = 11444;
|
||||
};
|
||||
|
||||
# Ensure networking is ok before starting
|
||||
systemd.services.open-webui.after = [ "network-online.target" ];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user