]> Sergey Matveev's repositories - public-inbox.git/commit
daemon: support --daemonize without Net::Server::Daemonize
authorEric Wong <e@80x24.org>
Tue, 15 Dec 2020 11:47:16 +0000 (11:47 +0000)
committerEric Wong <e@80x24.org>
Wed, 16 Dec 2020 04:40:02 +0000 (04:40 +0000)
commitab11caeb8ae114087636748df4c956d0e625b237
treeec3b961da9b10375851cf658599d871e12bb1b5d
parenta80543303720bfe9c1293370ea2cafe98108a141
daemon: support --daemonize without Net::Server::Daemonize

We don't actually need Net::Server::Daemonize to support
the --daemonize flag, since the daemonize() sub provided
by N::S::D doesn't exactly do the things we want.
lib/PublicInbox/Daemon.pm