Skip to content

Commit 3712a35

Browse files
committed
sakura-llm: make sakura share service soft depend on sglang
1 parent a2db0cc commit 3712a35

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

nixos/optional-apps/sakura-llm/sakura-share.nix

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,9 @@ in
1818

1919
systemd.services.sakura-share = {
2020
description = "Share client for sakura-share.one";
21-
after = [
22-
"network.target"
23-
# "llama-cpp.service"
24-
"podman-sglang-sakura-llm.service"
25-
];
26-
requires = [
27-
"network.target"
21+
after = [ "network.target" ];
22+
requires = [ "network.target" ];
23+
wants = [
2824
# "llama-cpp.service"
2925
"podman-sglang-sakura-llm.service"
3026
];

0 commit comments

Comments
 (0)