]> Sergey Matveev's repositories - public-inbox.git/commit
daemon: simplify forking
authorEric Wong <e@80x24.org>
Sat, 21 May 2016 10:37:09 +0000 (10:37 +0000)
committerEric Wong <e@80x24.org>
Sat, 21 May 2016 10:37:09 +0000 (10:37 +0000)
commit1303b203bc65454476126c0c47f1ca1b0a09c8c6
tree8d3c3f6147d33f76a6531481061cb31684ddaba0
parent57b18b44e1770b163aba55eacf53195a8305398e
daemon: simplify forking

We shouldn't need sigprocmask unless we're running multiple
native threads or using vfork, neither of which is the case,
here.
lib/PublicInbox/Daemon.pm