From owner-freebsd-hackers@freebsd.org Thu Feb 14 18:25:35 2019 Return-Path: Delivered-To: freebsd-hackers@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2A17414DCFA1 for ; Thu, 14 Feb 2019 18:25:35 +0000 (UTC) (envelope-from Mark.Martinec+freebsd@ijs.si) Received: from mail.ijs.si (mail.ijs.si [IPv6:2001:1470:ff80::25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 57961857F1 for ; Thu, 14 Feb 2019 18:25:33 +0000 (UTC) (envelope-from Mark.Martinec+freebsd@ijs.si) Received: from amavis-ori.ijs.si (localhost [IPv6:::1]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.ijs.si (Postfix) with ESMTPS id 440lF61DqHzL2D for ; Thu, 14 Feb 2019 19:25:30 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ijs.si; h= user-agent:message-id:references:in-reply-to:organization :subject:subject:from:from:date:date:content-transfer-encoding :content-type:content-type:mime-version:received:received :received:received; s=jakla4; t=1550168726; x=1552760727; bh=NhB o5eBAjnjGFNbXh1rVq32Bh9cGL0lNw8jU1ChPHNs=; b=HWfPAnR4lYT0Pa2YPcp i2cAB7++iXeDUzeFGwxhAoJOUtxQtvBmB2dqqH6lSc/S4vROHk9LyqcuGkZg/rAQ 5tOte3XTKfLJ3TWpaurBlLM+qtiz9hz2RXNfeow/8vYM6utTpoV29s5lhmZzRFc2 RPKe0jFftC6bGmOeOA+eZwNQ= X-Virus-Scanned: amavisd-new at ijs.si Received: from mail.ijs.si ([IPv6:::1]) by amavis-ori.ijs.si (mail.ijs.si [IPv6:::1]) (amavisd-new, port 10026) with LMTP id JFcEJAJYE0Wb for ; Thu, 14 Feb 2019 19:25:26 +0100 (CET) Received: from mildred.ijs.si (mailbox.ijs.si [IPv6:2001:1470:ff80::143:1]) by mail.ijs.si (Postfix) with ESMTP id 440lF24tLNzL2B for ; Thu, 14 Feb 2019 19:25:26 +0100 (CET) Received: from nabiralnik.ijs.si (nabiralnik.ijs.si [IPv6:2001:1470:ff80::80:16]) by mildred.ijs.si (Postfix) with ESMTP id 440lF22RYVzky for ; Thu, 14 Feb 2019 19:25:26 +0100 (CET) Received: from neli.ijs.si (2001:1470:ff80:88:21c:c0ff:feb1:8c91) by webmail.ijs.si with HTTP (HTTP/2.0 POST); Thu, 14 Feb 2019 19:25:26 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Date: Thu, 14 Feb 2019 19:25:26 +0100 From: Mark Martinec To: freebsd-hackers@freebsd.org Subject: Re: nosh init system Organization: Jozef Stefan Institute In-Reply-To: <9c435d7d-500e-12e9-9819-7ae68515e144@gmail.com> References: <9c435d7d-500e-12e9-9819-7ae68515e144@gmail.com> Message-ID: <5a39f013e4ebd7a902fac6b1d1f40bc6@ijs.si> X-Sender: Mark.Martinec+freebsd@ijs.si User-Agent: Roundcube Webmail/1.3.1 X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Feb 2019 18:25:35 -0000 For a perspective: worth listening to a recent talk by a FreeBSD developer on a Linux conference: Benno Rice: The Tragedy of systemd linux.conf.au 2019 — Christchurch, New Zealand, published on Jan 24, 2019 https://youtu.be/o_AIw9bGogo Mark