mirror of
https://github.com/foo-dogsquared/dotfiles.git
synced 2025-01-31 04:57:57 +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
|
|
|