[SCM] The rsync repository. - branch master updated

Rsync CVS commit messages rsync-cvs at lists.samba.org
Mon Feb 24 11:19:42 MST 2014


The branch, master has been updated
       via  7836117 Include a systemd file that some distros might want.
      from  cd909fd Fix --info=progress2 info as a file is transferred.

;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 783611707b6fc2fa6173b5424a952986e6c76b9f
Author: Wayne Davison <wayned at samba.org>
Date:   Mon Feb 24 10:16:35 2014 -0800

    Include a systemd file that some distros might want.

-----------------------------------------------------------------------

Summary of changes:
 NEWS                            |    4 ++++
 packaging/systemd/rsync.service |    9 +++++++++
 2 files changed, 13 insertions(+), 0 deletions(-)
 create mode 100644 packaging/systemd/rsync.service


Changeset truncated at 500 lines:

diff --git a/NEWS b/NEWS
index e1f5412..bef1944 100644
--- a/NEWS
+++ b/NEWS
@@ -61,3 +61,7 @@ Changes since 3.1.0:
 
     - Made configure more prominently mention when we failed to find yodl (in
       case the user wants to be able to generate manpages from *.yo files).
+
+  DEVELOPER RELATED:
+
+    - We now include an example systemd file (in packaging/systemd).
diff --git a/packaging/systemd/rsync.service b/packaging/systemd/rsync.service
new file mode 100644
index 0000000..f64d2b6
--- /dev/null
+++ b/packaging/systemd/rsync.service
@@ -0,0 +1,9 @@
+[Unit]
+Description=fast remote file copy program daemon
+ConditionPathExists=/etc/rsyncd.conf
+
+[Service]
+ExecStart=/usr/bin/rsync --daemon --no-detach
+
+[Install]
+WantedBy=multi-user.target


-- 
The rsync repository.


More information about the rsync-cvs mailing list