We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2db0cc commit 3712a35Copy full SHA for 3712a35
nixos/optional-apps/sakura-llm/sakura-share.nix
@@ -18,13 +18,9 @@ in
18
19
systemd.services.sakura-share = {
20
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
+ after = [ "network.target" ];
+ requires = [ "network.target" ];
+ wants = [
28
# "llama-cpp.service"
29
"podman-sglang-sakura-llm.service"
30
];
0 commit comments