]> Sergey Matveev's repositories - public-inbox.git/commit - t/httpd-corner.psgi
qspawn: handle ENOENT (and other errors on exec)
authorEric Wong <e@yhbt.net>
Sat, 21 Mar 2020 02:03:50 +0000 (02:03 +0000)
committerEric Wong <e@yhbt.net>
Wed, 25 Mar 2020 01:48:35 +0000 (01:48 +0000)
commitd111c17ff06c9af7e0690e4b00a0eeb1c505c92a
treea79425d1a90e4d940a40742ef90523bbb380f00e
parent90dc2b8ca53f93ca937e7cc71cd7c915e3df8020
qspawn: handle ENOENT (and other errors on exec)

As sqlite3(1) and other executables may become unavailable or
uninstalled while a daemon runs, we need to gracefully handle
errors in those cases.
lib/PublicInbox/Qspawn.pm
t/httpd-corner.psgi
t/httpd-corner.t