[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#77041] [PATCH v2 05/16] services: fstrim: Turn into a Shepherd time
From: |
pelzflorian (Florian Pelz) |
Subject: |
[bug#77041] [PATCH v2 05/16] services: fstrim: Turn into a Shepherd timer. |
Date: |
Sat, 22 Mar 2025 14:25:08 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Ludovic Courtès <ludo@gnu.org> writes:
> +@item @code{schedule} (default: @code{"0 0 * * 0"}) (type:
> shepherd-calendar-event)
> +Schedule for launching @command{fstrim}, expressed as a string in
> +traditional cron syntax or as a gexp evaluating to a Shepherd calendar
> +event (@pxref{Timers,,, shepherd,The GNU Shepherd Manual}). By default
> +this is set to run weekly on Sunday at 00:00.
Florian Pelz <pelzflorian@pelzflorian.de> writes:
> For fstrim doc/guix.texi,
> (type: shepherd-calendar-event) in the documentation might be better
> expressed as “type: Shepherd calendar event”, as there is no
> shepherd-calendar-event.
I still would prefer the type in the docs to be different. Maybe just
calendar-event? Because there is no shepherd-calendar-event.
This detail aside, this is a great and welcome patch series
(nonetheless, I haven’t tested it). Thank you for addressing everyone’s
comments and writing documentation.
Regards,
Florian
- [bug#77041] [PATCH 15/16] services: mcron: Deprecate., (continued)
[bug#77041] [PATCH 00/16] Replacing mcron jobs by Shepherd timers, Maxim Cournoyer, 2025/03/16
[bug#77041] [PATCH 00/16] Replacing mcron jobs by Shepherd timers, Sergey Trofimov, 2025/03/17
[bug#77041] [PATCH v2 00/16] Replacing mcron jobs by Shepherd timers, Ludovic Courtès, 2025/03/22
[bug#77041] [PATCH v2 10/16] tests: ganeti: Write system log to /dev/console., Ludovic Courtès, 2025/03/22
[bug#77041] [PATCH v2 01/16] services: shepherd: Factorize ‘trigger’ action., Ludovic Courtès, 2025/03/22
[bug#77041] [PATCH v2 07/16] services: wireguard: Turn monitoring into a Shepherd timer., Ludovic Courtès, 2025/03/22
[bug#77041] [PATCH v2 04/16] services: package-database: Turn into a Shepherd timer., Ludovic Courtès, 2025/03/22
[bug#77041] [PATCH v2 09/16] tests: ganeti: Remove unnecessary ‘begin’., Ludovic Courtès, 2025/03/22
[bug#77041] [PATCH v2 11/16] tests: ganeti: Increase VM memory size., Ludovic Courtès, 2025/03/22
[bug#77041] [PATCH v2 15/16] services: shepherd: Add ‘shepherd-timer’., Ludovic Courtès, 2025/03/22
[bug#77041] [PATCH v2 14/16] services: virtual-build-machine: Turn GC job into a Shepherd timer., Ludovic Courtès, 2025/03/22
[bug#77041] [PATCH v2 12/16] services: ganeti: Update to Shepherd 1.0 interface., Ludovic Courtès, 2025/03/22