taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit 96a89b939337fcdcd2669f7d302c35e58b8a10d4
parent 57f60dc62efaa2595cdeb184f364fd557d088232
Author: Florian Dold <florian.dold@gmail.com>
Date:   Thu,  3 Jan 2019 10:40:54 +0100

logging

Diffstat:
Mguix/fixed-fcgiwrap.scm | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git 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