2 Description=fast remote file copy program daemon
6 ExecStart=-/usr/bin/rsync --daemon
13 # [...] Using ssh is recommended for its security features.
15 # Alternatively, rsync can run in `daemon' mode, listening on a socket.
16 # This is generally used for public file distribution, [...]
18 # So let's assume some extra security is more than welcome here. We do full
19 # system protection (which makes /usr, /boot, & /etc read-only) and hide
20 # devices. To override these defaults, it's best to do so in the drop-in
21 # directory, often done via `systemctl edit rsync@.service`. The file needs
22 # just the bare minimum of the right [heading] and override values.
23 # See systemd.unit(5) and search for "drop-in" for full details.
26 #ProtectHome=on|off|read-only