From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andy Wingo Subject: Re: Service refactoring Date: Mon, 21 Sep 2015 08:18:54 +0000 Message-ID: <87r3lsrxqp.fsf@igalia.com> References: <87a8t3mc2v.fsf@netris.org> <87d1xyk45i.fsf@igalia.com> <87vbbn44zi.fsf_-_@gnu.org> <87a8shp05k.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60172) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZdwK5-0000nz-0G for guix-devel@gnu.org; Mon, 21 Sep 2015 04:19:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZdwK0-0003g0-5C for guix-devel@gnu.org; Mon, 21 Sep 2015 04:19:41 -0400 In-Reply-To: <87a8shp05k.fsf@gnu.org> ("Ludovic =?utf-8?Q?Court=C3=A8s=22'?= =?utf-8?Q?s?= message of "Sun, 20 Sep 2015 17:42:47 +0200") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Ludovic =?utf-8?Q?Court=C3=A8s?= Cc: guix-devel@gnu.org On Sun 20 Sep 2015 15:42, ludo@gnu.org (Ludovic Court=C3=A8s) writes: > I=E2=80=99m quite happy with the result, but comments are welcome! I=E2= =80=99ll convert > some more services to see how it goes. Neat! Sounds great. One question: there are some services like colord or geoclue that don't need to be managed by DMD, but are just declared as services so that their users are created, there /var/foo directories are created, etc. The can be started by D-Bus as needed. Does the new design support services of this kind? A