From mboxrd@z Thu Jan 1 00:00:00 1970 From: Danny Milosavljevic Subject: Re: [PATCH] service: Fix arguments passing in the 'restart' action. Date: Sat, 8 Jul 2017 13:46:21 +0200 Message-ID: <20170708134621.06afde9c@scratchpost.org> References: <20170708100034.8010-1-iyzsong@member.fsf.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]:43514) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dToBy-0002hP-IK for guix-devel@gnu.org; Sat, 08 Jul 2017 07:46:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dToBu-0008Fw-Jm for guix-devel@gnu.org; Sat, 08 Jul 2017 07:46:30 -0400 Received: from dd1012.kasserver.com ([85.13.128.8]:47842) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dToBu-0008Fq-Dk for guix-devel@gnu.org; Sat, 08 Jul 2017 07:46:26 -0400 In-Reply-To: <20170708100034.8010-1-iyzsong@member.fsf.org> 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" To: =?UTF-8?Q?=E5=AE=8B=E6=96=87=E6=AD=A6?= Cc: guix-devel@gnu.org On Sat, 8 Jul 2017 18:00:34 +0800 =E5=AE=8B=E6=96=87=E6=AD=A6 wrote: > - (start obj args))) > + (apply start obj args))) LGTM!