summaryrefslogtreecommitdiff
path: root/gnu/services/rsync.scm
diff options
context:
space:
mode:
authorThéo Tyburn <theo.tyburn@posteo.net>2026-06-03 10:56:10 +0200
committerNguyễn Gia Phong <cnx@loang.net>2026-08-31 11:00:19 +0900
commitc62ebcd02c2eb190ab5dc157475ef4a93a1c7581 (patch)
treef178f262874978ac0be45e5499db5cc2d63248fe /gnu/services/rsync.scm
parent30cb1f541eb99b0fbbec1f8f29796151103c5f2b (diff)
doc: Move Commentary above module definition.
Merges: https://codeberg.org/guix/guix/pulls/9052 Reviewed-by: Ludovic Courtès <ludo@gnu.org> Reviewed-by: Maxim Cournoyer <maxim@guixotic.coop> Signed-off-by: Nguyễn Gia Phong <cnx@loang.net>
Diffstat (limited to 'gnu/services/rsync.scm')
-rw-r--r--gnu/services/rsync.scm14
1 files changed, 7 insertions, 7 deletions
diff --git a/gnu/services/rsync.scm b/gnu/services/rsync.scm
index c9de8e710c0..fcdfed34db2 100644
--- a/gnu/services/rsync.scm
+++ b/gnu/services/rsync.scm
@@ -18,6 +18,13 @@
18;;; You should have received a copy of the GNU General Public License 18;;; You should have received a copy of the GNU General Public License
19;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>. 19;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>.
20 20
21;;;; Commentary:
22;;;
23;;; This module implements a service that to run instance of Rsync,
24;;; files synchronization tool.
25;;;
26;;;; Code:
27
21(define-module (gnu services rsync) 28(define-module (gnu services rsync)
22 #:use-module ((gnu build linux-container) #:select (%namespaces)) 29 #:use-module ((gnu build linux-container) #:select (%namespaces))
23 #:use-module (gnu services) 30 #:use-module (gnu services)
@@ -50,13 +57,6 @@
50 57
51 rsync-service-type)) 58 rsync-service-type))
52 59
53;;;; Commentary:
54;;;
55;;; This module implements a service that to run instance of Rsync,
56;;; files synchronization tool.
57;;;
58;;;; Code:
59
60(define-record-type* <rsync-configuration> 60(define-record-type* <rsync-configuration>
61 rsync-configuration 61 rsync-configuration
62 make-rsync-configuration 62 make-rsync-configuration