diff options
| author | Ben Sima <ben@bensima.com> | 2026-06-04 15:01:15 -0400 |
|---|---|---|
| committer | Ben Sima <ben@bensima.com> | 2026-06-04 15:01:15 -0400 |
| commit | 299f4b47d26b7a8addb42420dda524c4e78fba87 (patch) | |
| tree | 4d5501ee1554cdc4463bb3f36cdc4bbb12f855c4 /slopbot.service | |
| parent | 064ac261533f146cf675af63d18c7505e1bc74b7 (diff) | |
Back off Zulip connection retries
Diffstat (limited to 'slopbot.service')
| -rw-r--r-- | slopbot.service | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/slopbot.service b/slopbot.service index 0be6208..a39e3b4 100644 --- a/slopbot.service +++ b/slopbot.service @@ -12,7 +12,7 @@ EnvironmentFile=-/home/ben/src/bsima/slopbot/.env # Agent shell commands can then resolve only the tools packaged for slopbot, e.g. slop-search/slop-fetch. ExecStart=/run/current-system/sw/bin/nix --extra-experimental-features 'nix-command flakes' run /home/ben/src/bsima/slopbot#slopbot Restart=on-failure -RestartSec=5 +RestartSec=30 NoNewPrivileges=true CapabilityBoundingSet= |
