mirror of
https://github.com/foo-dogsquared/dotfiles.git
synced 2025-01-31 10:57:58 +00:00
10 lines
218 B
SYSTEMD
10 lines
218 B
SYSTEMD
|
[Unit]
|
||
|
Description=Recoll search index update
|
||
|
Documentation=man:recollindex.1 https://www.lesbonscomptes.com/recoll/pages/documentation.html
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=/usr/bin/recollindex
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=default.target
|