From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53905) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dbB4L-0007Gj-Ss for guix-patches@gnu.org; Fri, 28 Jul 2017 15:37:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dbB4I-0001Ky-Iu for guix-patches@gnu.org; Fri, 28 Jul 2017 15:37:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:57625) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dbB4I-0001Kn-F3 for guix-patches@gnu.org; Fri, 28 Jul 2017 15:37:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dbB4I-0005Wu-4v for guix-patches@gnu.org; Fri, 28 Jul 2017 15:37:02 -0400 Subject: [bug#27650] [PATCH] gnu: services: admin: Add tailon. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <87379j7wpe.fsf@gnu.org> <20170727173506.23641-1-mail@cbaines.net> Date: Fri, 28 Jul 2017 21:36:10 +0200 In-Reply-To: <20170727173506.23641-1-mail@cbaines.net> (Christopher Baines's message of "Thu, 27 Jul 2017 18:35:06 +0100") Message-ID: <877eysmk0l.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Christopher Baines Cc: 27650@debbugs.gnu.org Christopher Baines skribis: > * gnu/services/admin.scm > (, ): New record types. > (tailon-configuration-files-string, tailon-shepherd-service): New > procedures. > (%tailon-accounts, tailon-service-type: New variables. > * doc/guix.texi (Monitoring Services: Document the Tailon service. > * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. > * gnu/tests/admin.scm: New file. You also need to add gnu/tests/admin.scm to local.mk, but apart from that it looks perfect to me. Thank you! Ludo=E2=80=99.