Added live indexing service
This commit is contained in:
parent
5565498be5
commit
3ad0db6973
2 changed files with 29 additions and 0 deletions
|
@ -72,4 +72,18 @@
|
|||
name: elasticsearch
|
||||
state: restarted
|
||||
enabled: yes
|
||||
daemon_reload: yes
|
||||
|
||||
- name: Set live-index serice file
|
||||
template:
|
||||
src: nextcloud-fulltextsearch-live-index.service.j2
|
||||
dest: /etc/systemd/system/nextcloud-fulltextsearch-live-index.service
|
||||
owner: root
|
||||
group: root
|
||||
|
||||
- name: Load and start live-index service
|
||||
service:
|
||||
name: nextcloud-fulltextsearch-live-index
|
||||
state: restarted
|
||||
enabled: yes
|
||||
daemon_reload: yes
|
Loading…
Add table
Add a link
Reference in a new issue