How to start rsync daemon at boot

GrumpySmurf ulist at gs1.ubuntuforums.org
Fri Jun 16 03:36:45 UTC 2006


Edit /etc/init.d/rsync or  /etc/default/rsync and change the following
line:


Code:
--------------------
    

  RSYNC_ENABLE=false

  
--------------------
 

to =true.



For further configuration, create /etc/rsyncd.conf. I only use the
defaults myself, so I don't have this file.



Ensure rsync starts in runlevel 2 (/etc/rc2.d/S20rsync should exist as
a symlink). Otherwise use update-rc.d to add it.


-- 
GrumpySmurf




More information about the ubuntu-users mailing list