From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-0.6 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 Received: from minnie.tuhs.org (minnie.tuhs.org [IPv6:2600:3c01:e000:146::1]) by inbox.vuxu.org (Postfix) with ESMTP id F2D5229607 for ; Fri, 14 Jun 2024 10:59:52 +0200 (CEST) Received: from minnie.tuhs.org (localhost [IPv6:::1]) by minnie.tuhs.org (Postfix) with ESMTP id AD4E843697; Fri, 14 Jun 2024 18:59:46 +1000 (AEST) Received: from arjuna.pair.com (arjuna.pair.com [209.68.5.131]) by minnie.tuhs.org (Postfix) with ESMTPS id 3D78A43696 for ; Fri, 14 Jun 2024 18:59:41 +1000 (AEST) Received: from arjuna.pair.com (localhost [127.0.0.1]) by arjuna.pair.com (Postfix) with ESMTP id 83E058A89E for ; Fri, 14 Jun 2024 04:59:40 -0400 (EDT) Received: from orac.inputplus.co.uk (57.89.115.87.dyn.plus.net [87.115.89.57]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by arjuna.pair.com (Postfix) with ESMTPSA id 565C48A893 for ; Fri, 14 Jun 2024 04:59:40 -0400 (EDT) Received: from orac.inputplus.co.uk (orac.inputplus.co.uk [IPv6:::1]) by orac.inputplus.co.uk (Postfix) with ESMTP id 0D1F421A59 for ; Fri, 14 Jun 2024 09:59:39 +0100 (BST) From: Ralph Corderoy To: tuhs@tuhs.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit In-reply-to: <20240613184520.3ED803740153@freecalypso.org> References: <73819d1a-395a-4b74-a20c-0123fbed56bd@technologists.com> <20240613184520.3ED803740153@freecalypso.org> Date: Fri, 14 Jun 2024 09:59:39 +0100 Message-Id: <20240614085939.0D1F421A59@orac.inputplus.co.uk> DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=inputplus.co.uk; h=from:to:subject:mime-version:content-type:content-transfer-encoding:in-reply-to:references:date:message-id; s=pair-202402161033; bh=PBA6lP7NjiEpTjQugkTqjmzT+9J9Cz4vw7IqlulYN8E=; b=AguBtz/FtJHV1UFPR6A79NEpA1DvLKWqk2ISooY7kViexK+llEGxr7WvUtIlxMPD48KfwuqNBymYoqXTcpzyyXOoYxCSwqjbMxzs1tuCNKGdLar1uuqbn1azP2uSAIAjbJK+fBxKhZXv4pe/ZvAZ53+GjR/0mb5rOd9QjndLHHmx5pxnFME1owRVwLGNL5UZzN6zVsY6z8kpGw/1kCwxkG08NFtktPAMyPm06pt8G2In7Fkcn06aVQh+8iJ/4xs/holUn95T/fHLbfmWW2nyJgzRDLS3fedj4hxwHChU5vXtoMZxYXL+bqpmZRdSW8O+0WYk4WGDj++qZ3uyOVyTIA== X-Scanned-By: mailmunge 3.11 on 209.68.5.131 Message-ID-Hash: RUQQ4XBODCTVKANCPKCW6DZCK27PT57T X-Message-ID-Hash: RUQQ4XBODCTVKANCPKCW6DZCK27PT57T X-MailFrom: ralph@inputplus.co.uk X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.6b1 Precedence: list Subject: [TUHS] Re: Version 256 of systemd boasts '42% less Unix philosophy' ??? The Register List-Id: The Unix Heritage Society mailing list Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: Hi, The Arch Linux wiki if often useful for non-Arch systems. It has details of alternative init systems to systemd, including s6 mentioned elsewhere in the thread: https://wiki.archlinux.org/title/Init -- Cheers, Ralph.