bundles/nextcloud: only run cron if postgresql is running

This commit is contained in:
Franzi 2025-03-30 09:01:13 +02:00
parent 7b51bb57f8
commit 74ca0ad2bc
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -45,6 +45,9 @@ defaults = {
'pwd': '/var/www/nextcloud', 'pwd': '/var/www/nextcloud',
'user': 'www-data', 'user': 'www-data',
'when': '*:00/5', 'when': '*:00/5',
'requisite': {
'postgresql.service',
},
}, },
}, },
}, },