1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-22 00:55:56 +02:00

services: Add configuration action to miniflux-service-type.

* gnu/services/web.scm (miniflux-shepherd-service): Add configuration action.
* gnu/tests/web.scm (run-miniflux-test): Add configuration action check.

Change-Id: I515653070cc0c39fcbe31fef19d8745a1a8d47cb
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
Rodion Goritskov
2026-02-18 23:03:28 +01:00
committed by Sharlatan Hellseher
parent 71bcef3854
commit 396a9451d4
2 changed files with 10 additions and 1 deletions
+4 -1
View File
@@ -2460,7 +2460,10 @@ Use absolute path like @code{\"/var/run/miniflux/miniflux.sock\"} for a Unix soc
"-config-file"
#$config-file)
#:log-file #$log-file))
(stop #~(make-kill-destructor)))))))
(stop #~(make-kill-destructor))
(actions
(list
(shepherd-configuration-action config-file))))))))
(define (miniflux-accounts config)
(match-record config <miniflux-configuration>