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