]> Sergey Matveev's repositories - public-inbox.git/blobdiff - script/public-inbox-httpd
daemon: avoid polluting the main package
[public-inbox.git] / script / public-inbox-httpd
index 215796225d8043c95e7e8ce219289c45cc86d762..d867b47718e764454b6472c7dcd8311b9ccae37d 100755 (executable)
@@ -49,7 +49,7 @@ my $refresh = sub {
        }
 };
 
-daemon_run('0.0.0.0:8080', $refresh,
+PublicInbox::Daemon::run('0.0.0.0:8080', $refresh,
        sub ($$$) { # post_accept
                my ($client, $addr, $srv) = @_;
                my $fd = fileno($srv);