Merge "Document SAIO rsync service setup for ubuntu 16"

This commit is contained in:
Jenkins 2017-03-24 16:12:00 +00:00 committed by Gerrit Code Review
commit 91fc844e7b

View File

@ -241,10 +241,15 @@ Setting up rsync
#. Start the rsync daemon
* On Ubuntu, run::
* On Ubuntu 14.04, run::
sudo service rsync restart
* On Ubuntu 16.04, run::
sudo systemctl enable rsync
sudo systemctl start rsync
* On Fedora, run::
sudo systemctl restart xinetd.service