]> git.ktnx.net Git - mpd-feeder.git/commit
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)
commit9e4d82449580078244d6a88ac0a94eea0c5d999e
treed00fffb2d48457ffc07ba7179d634eed90b7552e
parent22bd1ddbb6fa83c57cefce6851b3b521f7ce1805
re-exec on SIGHUP, picking up configuration file changes

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.
bin/mpd-feeder