bundles/nextcloud: only run cron if postgresql is running
This commit is contained in:
parent
7b51bb57f8
commit
74ca0ad2bc
1 changed files with 3 additions and 0 deletions
|
@ -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',
|
||||||
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Reference in a new issue