]> git.ktnx.net Git - mpd-feeder.git/commitdiff
re-exec on SIGHUP, picking up configuration file changes
authorDamyan Ivanov <dmn@debian.org>
Thu, 11 Nov 2021 14:43:57 +0000 (14:43 +0000)
committerDamyan Ivanov <dmn@debian.org>
Thu, 11 Nov 2021 14:43:57 +0000 (14:43 +0000)
my first approach was to just re-read the config, but could not make
the idle/playlist loop  behave. it gets stuck with responses getting
lost and eventually is disconnected my MPD due to timeout

re-exec works, but there is a (very small) chance of missing a database
update between disconnection and re-connection to MPD.


No differences found