From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.0 required=3.0 tests=ALL_TRUSTED,BAYES_00 shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id CAB651F4B7 for ; Mon, 9 Sep 2019 06:46:56 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH] doc daemon: note the --listen directive is not always required Date: Mon, 9 Sep 2019 06:46:56 +0000 Message-Id: <20190909064656.22859-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: Users of socket activation don't need it, and hopefully other init systems support it, too. --- Documentation/public-inbox-daemon.pod | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Documentation/public-inbox-daemon.pod b/Documentation/public-inbox-daemon.pod index 85766883..abb84dd7 100644 --- a/Documentation/public-inbox-daemon.pod +++ b/Documentation/public-inbox-daemon.pod @@ -42,6 +42,9 @@ like L to use. May be specified multiple times to allow listening on multiple sockets. +This does not need to be specified at all if relying on +L or similar + Default: server-dependent unless socket activation is used with L or similar (see L).