bundles/matrix-synapse: add scripts/synapse-purge-unused-rooms
All checks were successful
bundlewrap/pipeline/head This commit looks good

This commit is contained in:
Franzi 2021-02-19 11:56:21 +01:00
parent b06532241b
commit 8ac9b2f204
Signed by: kunsi
GPG key ID: 12E3D2136B818350
2 changed files with 67 additions and 0 deletions

View file

@ -9,6 +9,9 @@ files = {
'svc_systemd:matrix-synapse:restart',
},
},
'/etc/matrix-synapse/scripts/synapse-purge-unused-rooms': {
'mode': '0755',
},
'/etc/systemd/system/matrix-synapse.service.d/override.conf': {
'needs': {
'pkg_apt:matrix-synapse-py3',