xinetd is the daemon.  It will spawn rsync processes as connections come to 872 (assuming that's the port you associated with whatever you named that service).  This is assuming, of course, that xinetd has read the configuration since you made the change, either by HUP, xinetd  bounce, or system bounce.


Tim Conway
Unix System Administration
Contractor - IBM Global Services - ODCS
desk:3039240938
[EMAIL PROTECTED]



How exactly do I start the daemon? I have it now in xinetd file as,

       disable = no
       socket_type     = stream
       wait            = no
       user            = root
       server          = /usr/bin/rsync
       server_args     = --daemon
       log_on_failure  += USERID


-- 
To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Reply via email to