10 lines
222 B
SYSTEMD
10 lines
222 B
SYSTEMD
[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 |