11 lines
150 B
SYSTEMD
11 lines
150 B
SYSTEMD
[Unit]
|
|
Description=OpenClaw Second-Brain ingest_obsidian (every 15 min)
|
|
|
|
[Timer]
|
|
OnCalendar=*:0/15
|
|
Persistent=true
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|
|
|