mirror of
https://github.com/foo-dogsquared/dotfiles.git
synced 2025-02-07 12:19:02 +00:00
12 lines
229 B
SYSTEMD
12 lines
229 B
SYSTEMD
![]() |
[Unit]
|
||
|
Description=Recoll search index update
|
||
|
Documentation=man:recollindex.1 https://www.lesbonscomptes.com/recoll/pages/documentation.html
|
||
|
|
||
|
[Timer]
|
||
|
OnCalendar=*-*-* 0/4:00:00
|
||
|
Persistent=true
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=default.target
|
||
|
|