From 017742739e592ccc82e9239b40306c89854b3bf9 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Thu, 3 Jan 2019 12:47:01 +0100 Subject: fix config object --- guix/fixed-fcgiwrap.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'guix/fixed-fcgiwrap.scm') diff --git a/guix/fixed-fcgiwrap.scm b/guix/fixed-fcgiwrap.scm index aca7553..c5f84b0 100644 --- a/guix/fixed-fcgiwrap.scm +++ b/guix/fixed-fcgiwrap.scm @@ -30,8 +30,8 @@ (default "fcgiwrap")) (group fcgiwrap-configuration-group (default "fcgiwrap")) - (group log-file - (default #f)) + (log-file fcgiwrap-log-file + (default #f)) ;; boolean or octal mode integer (adjusted-socket-permissions fcgiwrap-adjusted-socket-permissions? (default #f)) -- cgit v1.2.3