mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 23:52:59 -04:00
Invidious hard depends on PostgreSQL, and fails to start if PostgreSQL hasn't already started. So it will fail to start if started at boot (rc-update add invidious default). See: https://bugs.gentoo.org/916051 Using 'postgresql' as 'use' in the 'depend' function of the www-apps/invidious/files/invidious.initd file fixes this behaviour. Signed-off-by: Benoît Dufour <benoit.dufour@mail.com>