guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#27855] [PATCH] services: rsync: Fix invalid gid nobody.


From: Oleg Pykhalov
Subject: [bug#27855] [PATCH] services: rsync: Fix invalid gid nobody.
Date: Fri, 28 Jul 2017 09:45:42 +0300

---
 gnu/services/rsync.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/services/rsync.scm b/gnu/services/rsync.scm
index 49c4cb7e2..9cf2bc89a 100644
--- a/gnu/services/rsync.scm
+++ b/gnu/services/rsync.scm
@@ -112,6 +112,7 @@
            (format port "use chroot = ~a\n"
                    #$(if (rsync-configuration-use-chroot? config)
                          "true" "false"))
+           (display "gid = rsyncd\n" port)
            (display "[files]\n" port)
            (format port "path = ~a\n"
                    #$(rsync-configuration-share-path config))
-- 
2.13.3






reply via email to

[Prev in Thread] Current Thread [Next in Thread]