diff options
| author | Romain GARBAGE <romain.garbage@inria.fr> | 2025-10-24 12:45:19 +0200 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2025-10-24 16:42:53 +0200 |
| commit | 09e9c0c21e96ecde6208c8b48d04de643af0a57f (patch) | |
| tree | af75ad20c9344e25cd3ca2cd320e5b696bab4149 /doc | |
| parent | 9b15bfad5189780b0155d614fb1cbe48999315f6 (diff) | |
services: forgejo-runner: Add ‘log-file’ option.
* gnu/services/ci.scm (<forgejo-runner-configuration>) [log-file]: New field.
(forgejo-runner-shepherd-service): Use new field.
* doc/guix.texi (Continuous Integration): Add documentation.
Change-Id: Ie03e6d4b9b4f2c1cad0e9cd20032fca5ae4a4410
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/guix.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 5d6698ddf33..6171919321b 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -38165,6 +38165,9 @@ as its configuration and access token. @item @code{run-directory} (default: @code{"/var/run/forgejo-runner"}) Directory where @command{forgejo-runner} stores cached data. +@item @code{log-file} (default: @code{"/var/log/forgejo-runner.log"}) +Name of the @command{forgejo-runner} log file. + @end table @end deftp |
