Zalohovani vsech podstatnych souboru

This commit is contained in:
lachtan
2026-06-10 06:39:52 +02:00
parent 1e10891945
commit 67e29c8b88
69 changed files with 9115 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
[Unit]
Description=nanobot detach tasks daemon (drain inbox)
After=nanobot.service
# Tolerate transient startup crashes without permanently latching the pipeline.
# 20 retries per 30 min, then pause + auto-resume as the window slides — no manual reset-failed.
StartLimitIntervalSec=1800
StartLimitBurst=20
[Service]
Type=oneshot
# On a crash (exit!=0) retry after a delay; clean drain (exit 0) and systemd-initiated
# stop (SIGTERM) do not restart. Gives a fixed deploy time to recover automatically.
Restart=on-failure
RestartSec=60
Environment=PATH=%h/.local/bin:/usr/bin:/bin
ExecStart=%h/.nanobot/workspace/skills/detach/scripts/tasks-daemon.py
StandardOutput=append:%h/.nanobot/workspace/log/tasks-daemon.stdout.log
StandardError=append:%h/.nanobot/workspace/log/tasks-daemon.stderr.log