From: Samuel Henrique Date: Mon, 22 Jun 2020 18:47:07 +0000 (+0100) Subject: Add Documentation field to systemd unit X-Git-Tag: v3.2.1~9 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9b13bcf1855c8601b9c3d3fc709788a3e3249131;p=thirdparty%2Frsync.git Add Documentation field to systemd unit --- diff --git a/packaging/systemd/rsync.service b/packaging/systemd/rsync.service index 6d1031fd..fafe72b3 100644 --- a/packaging/systemd/rsync.service +++ b/packaging/systemd/rsync.service @@ -2,6 +2,7 @@ Description=fast remote file copy program daemon ConditionPathExists=/etc/rsyncd.conf After=network.target +Documentation=man:rsync(1) man:rsyncd.conf(5) [Service] ExecStart=/usr/bin/rsync --daemon --no-detach