mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-03-11 09:04:54 +00:00
- This allows ttrss to disabled postgresql if it is not needed by any other app and enable postgresql if it is disabled and ttrss is being enabled. Tests: - When disabling ttrss and it is the last app using postgresql, it will be disabled too. - When disabling ttrss and it is not the last app using postgresql, it will not be disabled too. - When enabling ttrss if postgresql is disabled, it will be enabled too. Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: James Valleroy <jvalleroy@mailbox.org>