From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54430) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dX2j7-00026p-El for guix-patches@gnu.org; Mon, 17 Jul 2017 05:54:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dX2j4-0002b5-Aa for guix-patches@gnu.org; Mon, 17 Jul 2017 05:54:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:40577) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dX2j4-0002b1-6o for guix-patches@gnu.org; Mon, 17 Jul 2017 05:54:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dX2j3-0005oH-UC for guix-patches@gnu.org; Mon, 17 Jul 2017 05:54:01 -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: <87shi1etui.fsf@gnu.org> <20170716155226.13689-1-mail@cbaines.net> Date: Mon, 17 Jul 2017 11:52:57 +0200 In-Reply-To: <20170716155226.13689-1-mail@cbaines.net> (Christopher Baines's message of "Sun, 16 Jul 2017 16:52:26 +0100") Message-ID: <87r2xfbdae.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. [...] > +@deftp {Data Type} tailon-configuration-file > +Data type representing the configuration options for Tailon. > +This type has the following parameters: > + > +@table @asis > +@item @code{files} (default: @code{(list "/var/log")}) > +List of files to display. The list can include strings for a single > +file, or a list, where the first item is the name of a subsection, and s/file/file or directory/ (I assume it recurses into directories?) > +@item @code{relative-root-path} (default: @code{#f}) > +Prefix to use for all paths, set to @code{#f} to disable using a prefix. s/path/directory/ :-) OK to push with these changes, thank you! Ludo=E2=80=99.