From 593140bb5e091cbbb0e9a5fde1dab1a74d026e9b Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Fri, 21 Dec 2018 16:10:05 +0100 Subject: oops --- guix/fixed-fcgiwrap.scm | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'guix/fixed-fcgiwrap.scm') diff --git a/guix/fixed-fcgiwrap.scm b/guix/fixed-fcgiwrap.scm index 573baad..383fa77 100644 --- a/guix/fixed-fcgiwrap.scm +++ b/guix/fixed-fcgiwrap.scm @@ -1,7 +1,10 @@ (define-module (fixed-fcgiwrap) #:use-module (ice-9 match) + #:use-module (gnu packages web) + #:use-module (gnu services shepherd) #:use-module (guix modules) #:use-module (guix records) + #:use-module (guix gexp) #:export (fcgiwrap-configuration fcgiwrap-service-type)) @@ -12,6 +15,7 @@ ;;; + (define-record-type* fcgiwrap-configuration make-fcgiwrap-configuration fcgiwrap-configuration? @@ -108,9 +112,9 @@ ((wait-for-file path) (adjust-permissions path perm) pid) - (else #f))))))) - (_ (start-fcgiwrap))))) - (stop #~(make-kill-destructor)))) + (else #f)))) + (_ (start-fcgiwrap))))) + (stop #~(make-kill-destructor))))))) (define fcgiwrap-accounts -- cgit v1.2.3