commit 220f0dc015ad9003705b7ffb5949d31b9d9f16d1
parent 90dd26d1f628d4616fd48d6140a1b5ebeb76c039
Author: Nils Gillmann <ng0@n0.is>
Date: Mon, 29 Oct 2018 15:40:15 +0000
config: socket.
Signed-off-by: Nils Gillmann <ng0@n0.is>
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/guix/config.scm b/guix/config.scm
@@ -199,7 +199,7 @@
;; store, use location in store).
(service fcgiwrap-service-type
(fcgiwrap-configuration
- (socket "/var/run/fcgiwrap.socket")))
+ (socket "unix:/var/run/fcgiwrap.socket")))
;; (service cgit-service-type
;; (opaque-cgit-configuration
;; (cgitrc "/etc/cgitrc")))