1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-27 19:41:50 +02:00

services: anonip: Rotate log files.

* gnu/services/web.scm (anonip-log-files): New procedure.
(anonip-service-type): Use it to extend ‘log-rotation-service-type’.
* doc/guix.texi (Log Rotation): Document it.

Change-Id: I903bb79e0992b794bb0a40e504283cd57a8a087b
This commit is contained in:
Ludovic Courtès
2025-03-27 09:32:37 +01:00
parent e557df4a67
commit 8c3e925ace
2 changed files with 9 additions and 1 deletions
+3 -1
View File
@@ -21453,7 +21453,9 @@ The file name of the input log file to process. The service creates a
FIFO of this name. The web server should write its logs to this FIFO.
@item @code{output}
The file name of the processed log file.
The file name of the processed log file. This file is subject to log
rotation @i{via} the Shepherd's log rotation service (@pxref{Log
Rotation}).
@end table
The following optional settings may be provided: