Document SAIO rsync service setup for ubuntu 16
SAIO docs do suggest using Ubuntu 14.04, but if using 16.04 then systemctl needs to be used to have rsync service restart on reboot. Change-Id: I4fb0d3d063df61fbdfca981f06911148f3c4dc04
This commit is contained in:
parent
b522edf96d
commit
adcb4c270e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user