commit 017742739e592ccc82e9239b40306c89854b3bf9
parent cb4707bf21c2ed3179a6a99741c93f12b55a8294
Author: Florian Dold <florian.dold@gmail.com>
Date: Thu, 3 Jan 2019 12:47:01 +0100
fix config object
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git 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))