]> 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>
Sat, 26 Dec 2020 19:47:19 +0000 (19:47 +0000)
commit1cbb6243533fc2d4b34997d2500a180cd4c48999
tree413642d7f33323e601f7ad6cbcbb8776f8996d42
parent734daa9b165e248c1f5d6a0c4689a5c1372fc846
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.

(cherry picked from commit ab11caeb8ae114087636748df4c956d0e625b237)
lib/PublicInbox/Daemon.pm