From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42677) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1daT89-00022x-4Q for guix-patches@gnu.org; Wed, 26 Jul 2017 16:42:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1daT86-00080m-1C for guix-patches@gnu.org; Wed, 26 Jul 2017 16:42:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:55040) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1daT85-00080W-Tr for guix-patches@gnu.org; Wed, 26 Jul 2017 16:42:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1daT85-0000KL-Nv for guix-patches@gnu.org; Wed, 26 Jul 2017 16:42:01 -0400 Subject: [bug#27650] [PATCH 1/2] gnu: services: admin: Add tailon. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20170711065634.9717-1-mail@cbaines.net> <20170726090853.8987-1-mail@cbaines.net> Date: Wed, 26 Jul 2017 22:40:53 +0200 In-Reply-To: <20170726090853.8987-1-mail@cbaines.net> (Christopher Baines's message of "Wed, 26 Jul 2017 10:08:52 +0100") Message-ID: <878tjb7wyy.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain 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. LGTM!