]> Sergey Matveev's repositories - public-inbox.git/commit
evcleanup: disable outside of daemon
authorEric Wong (Contractor, The Linux Foundation) <e@80x24.org>
Fri, 2 Mar 2018 03:12:23 +0000 (03:12 +0000)
committerEric Wong (Contractor, The Linux Foundation) <e@80x24.org>
Fri, 2 Mar 2018 09:06:08 +0000 (09:06 +0000)
commitc062644c64bf44b48bd6469e1d4e77d8b9cfdc87
tree68d4fd7e3578419bd5d3ccb20b9aae0bc5d92ad2
parent6d448aae2a6624d37b291946b6666d5101c2957b
evcleanup: disable outside of daemon

We'll be using these in a more OO manner for V2Writable
(which doesn't use Danga::Socket), so lets not unnecessarily
register cleanup handlers intended for network daemons.
lib/PublicInbox/Daemon.pm
lib/PublicInbox/EvCleanup.pm
lib/PublicInbox/Inbox.pm