/[adm]/puppet/modules/rsyncd/templates/xinetd
ViewVC logotype

Contents of /puppet/modules/rsyncd/templates/xinetd

Parent Directory Parent Directory | Revision Log Revision Log


Revision 21 - (show annotations) (download)
Tue Oct 26 22:52:41 2010 UTC (13 years, 5 months ago) by nanardon
File size: 306 byte(s)
- add rsyncd config
1 # $Id: xinetd 319 2009-02-28 17:05:16Z guillomovitch $
2 service rsync
3 {
4 disable = no
5 socket_type = stream
6 wait = no
7 user = root
8 server = /usr/bin/rsync
9 server_args = --daemon
10 log_on_failure += USERID
11 }
12

  ViewVC Help
Powered by ViewVC 1.1.30