[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#27650] [PATCH] gnu: services: admin: Add tailon.
From: |
Ludovic Courtès |
Subject: |
[bug#27650] [PATCH] gnu: services: admin: Add tailon. |
Date: |
Mon, 17 Jul 2017 11:52:57 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux) |
Christopher Baines <address@hidden> skribis:
> * gnu/services/admin.scm
> (<tailon-configuration>, <tailon-configuration-file>): 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.
[...]
> address@hidden {Data Type} tailon-configuration-file
> +Data type representing the configuration options for Tailon.
> +This type has the following parameters:
> +
> address@hidden @asis
> address@hidden @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?)
> address@hidden @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’.
- [bug#27650] [PATCH] gnu: services: admin: Add tailon., Christopher Baines, 2017/07/11
- [bug#27650] [PATCH 1/2] gnu: services: admin: Add tailon., Christopher Baines, 2017/07/26
- [bug#27650] [PATCH 2/2] tests: Add 'tailon-service-type' test., Christopher Baines, 2017/07/26
- [bug#27650] [PATCH 2/2] tests: Add 'tailon-service-type' test., Ludovic Courtès, 2017/07/26
- [bug#27650] [PATCH 2/2] tests: Add 'tailon-service-type' test., Christopher Baines, 2017/07/27
- [bug#27650] [PATCH] gnu: services: admin: Add tailon., Christopher Baines, 2017/07/27
- [bug#27650] [PATCH] gnu: services: admin: Add tailon., Ludovic Courtès, 2017/07/28
- [bug#27650] [PATCH] gnu: services: admin: Add tailon., Christopher Baines, 2017/07/28