11 lines
144 B
SYSTEMD
11 lines
144 B
SYSTEMD
[Unit]
|
|
Description=OpenClaw Second-Brain export_obsidian (hourly)
|
|
|
|
[Timer]
|
|
OnCalendar=hourly
|
|
Persistent=true
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|
|
|