refactor: event-driven tuning\n\n- ingest: switch to path unit (inotify) for immediate trigger\n- auto-review: every 30min + ExecStartPost after ingest\n- health-check: every 30min\n- import-context-buffer: every 15min\n\nRefs: #25
This commit is contained in:
10
systemd/openclaw-secondbrain-ingest-memory.path
Normal file
10
systemd/openclaw-secondbrain-ingest-memory.path
Normal file
@@ -0,0 +1,10 @@
|
||||
[Unit]
|
||||
Description=Watch memory/ directory for changes to trigger ingest
|
||||
PartOf=openclaw-secondbrain.target
|
||||
|
||||
[Path]
|
||||
PathModified=/root/.openclaw/workspace/memory
|
||||
DirectoryNotEmpty=true
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Reference in New Issue
Block a user