From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH 02/11] Use 'shepherd' instead of 'dmd' as init system. Date: Thu, 28 Jan 2016 11:23:51 +0100 Message-ID: <87si1igfyg.fsf@gnu.org> References: <1453929036-10408-1-git-send-email-alezost@gmail.com> <1453929036-10408-3-git-send-email-alezost@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52033) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aOjk2-0001U2-F9 for guix-devel@gnu.org; Thu, 28 Jan 2016 05:23:55 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aOjk1-0004SB-Nt for guix-devel@gnu.org; Thu, 28 Jan 2016 05:23:54 -0500 In-Reply-To: <1453929036-10408-3-git-send-email-alezost@gmail.com> (Alex Kost's message of "Thu, 28 Jan 2016 00:10:27 +0300") 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: Alex Kost Cc: guix-devel@gnu.org Alex Kost skribis: > * gnu/services/dmd.scm (dmd-boot-gexp): Use binary from 'shepherd' package. > (dmd-root-service-type): Use 'shepherd' package. > (%default-modules): Use (shepherd service) module. > * gnu/services/base.scm (%root-file-system-dmd-service): Use > 'stop-logging' procedure to close shepherd log. OK!