From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-1.1 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,FREEMAIL_FROM,MAILING_LIST_MULTI,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 5655 invoked from network); 9 Apr 2022 08:03:26 -0000 Received: from alyss.skarnet.org (95.142.172.232) by inbox.vuxu.org with ESMTPUTF8; 9 Apr 2022 08:03:26 -0000 Received: (qmail 14167 invoked by uid 89); 9 Apr 2022 08:03:51 -0000 Mailing-List: contact supervision-help@list.skarnet.org; run by ezmlm Sender: Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Received: (qmail 14160 invoked from network); 9 Apr 2022 08:03:51 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=references:user-agent:from:to:cc:subject:date:in-reply-to :message-id:mime-version; bh=oTB/LH2pDp/eXnzjpNDfYjTpmCjSkkVZJxXI6gX7Xq8=; b=av2SA4pywNUHh+KGkquq7Duuys4chchfy80GQxmfELENroOFsV7GS3c2wblGKxELV8 FcoK+qanhLx776/nop9+eNHCQQUGeAmqpDzuTXXSxz5aZBj6WVfMJrPNqpTa4yT2TSgd OcVRgOj5AR/RkYjFG6zTflmL6OJtUWmo9MJUD4cNceZn7524lD+NNJjBhBc0sWKYe8iJ XHKhqdlLOmyCpWGsOK/biHnobKdpenkNTz2CB3X3aQc44FutvYxPizMYRfmcZXzYWWVC f5pVZFi3TIqXp5C0CLOvd+Xsddp6KLAIpJsLaLqaMvCwTPkEeMsHSF/Vx1GS55PLwOMb DUZw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:references:user-agent:from:to:cc:subject:date :in-reply-to:message-id:mime-version; bh=oTB/LH2pDp/eXnzjpNDfYjTpmCjSkkVZJxXI6gX7Xq8=; b=ie0wOwIwd3kCEJMdeywZaTUzWaRmzTuF+C4w8q4OcaVC1lU80UKvz5W9neBYV55ltf QL3SG/bOKGwLBi7J6n41cIEDpOUgUBWCR8WE5tFBMcldeWCEBuchhNZYYY+1fhjyIy0l v27zOPaOcT7iyJkXFHZAQxec0Tcmrv8d0yB9inYK2RRGbFaiqahYVRHpnkqHQoR/WSAW Mo6sVAKrMan0AMA48yew4qlOg+fjgiPyH+wQFmHJEAzb67pTBwt07DM6BGC89SaliDcw dAjURLdE2U+ie2JSnhNMvCycRvbyEptjz4cvyTgZLCChH863KNzx9afjc/RPplK5Cbon JU/A== X-Gm-Message-State: AOAM5323vU2e7uCyhKM3Uka2GZHWEKx+Q39w62MKkHJGkYneWuQOX0Lv QZXavM5m+UqX0UK8OACybAg= X-Google-Smtp-Source: ABdhPJxBsXckPMYp54+hkVr8RTNq3KUyAtzCONML4QOUwzxzycrHb+HJuPEc+0qjCBweQEyfzWUiHg== X-Received: by 2002:a63:1215:0:b0:39c:fa33:9427 with SMTP id h21-20020a631215000000b0039cfa339427mr5286256pgl.296.1649491402795; Sat, 09 Apr 2022 01:03:22 -0700 (PDT) References: <0c1d24f1-fa0e-4c00-a94f-3173110b3800@www.fastmail.com> User-agent: mu4e 1.6.10; emacs 28.1 From: Alexis To: Scott Colby Cc: supervision@list.skarnet.org Subject: Re: Supervision on the BSD's Date: Sat, 09 Apr 2022 17:57:17 +1000 In-reply-to: <0c1d24f1-fa0e-4c00-a94f-3173110b3800@www.fastmail.com> Message-ID: <8735im1y5q.fsf@ada> MIME-Version: 1.0 Content-Type: text/plain; format=flowed "Scott Colby" writes: > I started looking at how to configure daemons/services on > OpenBSD > and FreeBSD and am a little surprised at what I found. As far as > I > can tell, OpenBSD's rc assumes that services will background > themselves and does no supervision at all. It seems like > FreeBSD's > daemon(8) has some supervision capabilities with the -r flag, > but > it is unclear to me how widely used that is. > > Given the apparently poor state of supervision, I'm considering > using s6 when I configure this system. i run two OpenBSD servers, one of which i'd be happy to do some s6-related tinkering on, so i'm following this discussion with interest. :-) Alexis.