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=-1.0 required=5.0 tests=MAILING_LIST_MULTI autolearn=ham autolearn_force=no version=3.4.4 Received: from alyss.skarnet.org (alyss.skarnet.org [95.142.172.232]) by inbox.vuxu.org (Postfix) with SMTP id EA1E920268 for ; Wed, 3 Apr 2024 13:37:19 +0200 (CEST) Received: (qmail 16049 invoked by uid 89); 3 Apr 2024 11:37:44 -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 16041 invoked from network); 3 Apr 2024 11:37:44 -0000 From: "Laurent Bercot" To: supervision , skaware Subject: Re: s6-rc user services on Gentoo Date: Wed, 03 Apr 2024 11:37:17 +0000 Message-Id: In-Reply-To: References: <87jzlgnzoh.fsf@gmail.com> Reply-To: "Laurent Bercot" User-Agent: eM_Client/9.2.2157.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable >2) The presence of a notification-fd file tells s6 that dbus-daemon >can be somehow coerced into producing an s6-style readiness >notification using file descriptor 3 without changing its code, are >you sure that's the case with this script? My service definition for >the system-wide message bus polls for readiness using s6-notifyoncheck >and a dbus-send command... "dbus-daemon --print-address=3D3" should produce a suitable notification. The address of the bus can only be printed once the bus exists. :) -- Laurent