Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions rsyncd.conf.5.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,13 @@ You can launch it either via inetd, as a stand-alone daemon, or from an rsync
client via a remote shell. If run as a stand-alone daemon then just run the
command "`rsync --daemon`" from a suitable startup script.

Systems using systemd can use the example unit files in the source tree's
`packaging/systemd` directory. The `rsync.service` file runs a stand-alone
daemon using `rsync --daemon --no-detach`, while `rsync.socket` and
`rsync@.service` show a socket-activated setup for incoming connections. These
files may need local adjustment to match your installed rsync path, packaging
layout, and module policy.

When run via inetd you should add a line like this to /etc/services:

> rsync 873/tcp
Expand Down
Loading