From 86540363ade7646bd556665c383eec3e94bcf4e7 Mon Sep 17 00:00:00 2001
From: William Harrington <kb0iic@cross-lfs.org>
Date: Mon, 28 Apr 2014 21:01:33 -0500
Subject: Add rsyncd\@.service file.

---
 clfs/units/rsyncdat.service | 7 +++++++
 1 file changed, 7 insertions(+)
 create mode 100644 clfs/units/rsyncdat.service

diff --git a/clfs/units/rsyncdat.service b/clfs/units/rsyncdat.service
new file mode 100644
index 0000000..f7f6cf7
--- /dev/null
+++ b/clfs/units/rsyncdat.service
@@ -0,0 +1,7 @@
+[Unit]
+Description=A file transfer program to keep remote files in sync
+ConditionPathExists=/etc/rsyncd.conf
+
+[Service]
+ExecStart=/usr/bin/rsync --daemon --no-detach
+StandardInput=socket
-- 
cgit v1.2.3-54-g00ecf