summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--guix/fixed-fcgiwrap.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/guix/fixed-fcgiwrap.scm b/guix/fixed-fcgiwrap.scm
index cb7288b..ed0dbbb 100644
--- a/guix/fixed-fcgiwrap.scm
+++ b/guix/fixed-fcgiwrap.scm
@@ -108,8 +108,10 @@
(match '#$parsed-socket
(('unix path)
;; Clean up socket, otherwise fcgiwrap might not start properly.
+ (local-output "cleaning up socket")
(clean-up path)
(when #$ensure-dir?
+ (local-output "ensuring socket dir")
(ensure-socket-dir (dirname path) #$user #$group))
(let ((pid (start-fcgiwrap)))
(cond