Update to 2024-01-08 12:00

This commit is contained in:
Daniel Berteaud
2024-01-08 12:00:40 +01:00
parent 5eec0682a0
commit 76321453c4
5 changed files with 20 additions and 7 deletions

View File

@@ -23,7 +23,6 @@
template: src={{ item }}.j2 dest={{ seafile_root_dir }}/conf/{{ item }} group={{ seafile_group }} mode=640
with_items:
- seafevents.conf
when: seafile_license is defined
notify:
- restart seafile
- restart seahub

View File

@@ -295,3 +295,11 @@
- clean_db
tags: seafile
- name: Fix seafevent start script to work with a venv
replace:
path: /opt/seafile/seafile-server/seafile-monitor.sh
regexp: '/usr/bin/python3'
replace: 'python3'
notify: restart seafile
tags: seafile