10 lines
186 B
SYSTEMD
10 lines
186 B
SYSTEMD
[Unit]
|
|
Description=Archive stale engrams weekly (Sunday 03:00)
|
|
PartOf=openclaw-secondbrain.target
|
|
|
|
[Timer]
|
|
OnCalendar=Sun *-*-* 03:00:00
|
|
Persistent=true
|
|
|
|
[Install]
|
|
WantedBy=timers.target |