--- Begin Message ---
Subject: |
[PATCH 0/3] services: mcron: Make log-file and date-format configurable. |
Date: |
Mon, 13 Mar 2023 19:02:57 +0000 |
Tested with 'make check-system TESTS=mcron'.
Bruno Victal (3):
services: mcron: Restyle mcron-configuration.
services: mcron: Use match-record.
services: mcron: Add log-file and date-format fields.
doc/guix.texi | 8 +++-
gnu/services/mcron.scm | 104 +++++++++++++++++++++++++----------------
2 files changed, 71 insertions(+), 41 deletions(-)
--
2.39.1
--- End Message ---
--- Begin Message ---
Subject: |
Re: bug#62169: [PATCH 0/3] services: mcron: Make log-file and date-format configurable. |
Date: |
Tue, 21 Mar 2023 14:51:11 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) |
Hello,
Maxim Cournoyer <maxim.cournoyer@gmail.com> writes:
> Hello,
>
> Bruno Victal <mirai@makinata.eu> writes:
>
>> * doc/guix.texi (Scheduled Job Execution): Document it.
>> * gnu/services/mcron.scm (mcron-configuration)[log-file, date-format]: New
>> field.
>> (mcron-shepherd-services): Add log-file and date-format support.
>> Use file-append instead of string-append.
>
> I've installed the first 2 patches, but was wondering about the use case
> for having a configurable log-file for mcron? It seems it'd be very
> niche to me, so perhaps it's not necessary?
Thanks for confirming the use case on #guix (see:
https://logs.guix.gnu.org/guix/2023-03-21.log#194137).
Installed that one as well.
--
Thanks,
Maxim
--- End Message ---