]> git.ipfire.org Git - thirdparty/tvheadend.git/commit
config: Support server configurations
authorOlliver Schinagl <oliver@schinagl.nl>
Tue, 13 Jun 2023 13:35:25 +0000 (15:35 +0200)
committerFlole998 <Flole998@users.noreply.github.com>
Fri, 16 Jun 2023 11:11:41 +0000 (13:11 +0200)
commite15c1abe97370b461ed1457b3ac2dc4dff58dbd7
tree0b1ef21da737dd398c572297a92dcc753d46bc31
parentaf49e4bd9066bcba873718cf7dab42235de49982
config: Support server configurations

On server loads, it is not uncommon to have the config directory live in
`/var/lib/tvheadend`. While `/etc/tvheadend` is also common, it's more
for manually written configuration files, tvheadend is more a 'config
state'. Support both regardless.

This change shouldn't impact desktop users, presuming they do not have
these locations installed.

Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
src/config.c