]> git.ipfire.org Git - thirdparty/rsync.git/commitdiff
Include a systemd file that some distros might want.
authorWayne Davison <wayned@samba.org>
Mon, 24 Feb 2014 18:16:35 +0000 (10:16 -0800)
committerWayne Davison <wayned@samba.org>
Mon, 24 Feb 2014 18:19:14 +0000 (10:19 -0800)
NEWS
packaging/systemd/rsync.service [new file with mode: 0644]

diff --git a/NEWS b/NEWS
index e1f5412d0b086fd1cd8dfd7524b0efe3f12a3854..bef1944a67d54970d66fd630d077016d0aeab09d 100644 (file)
--- 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 (file)
index 0000000..f64d2b6
--- /dev/null
@@ -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