SHA256
1
0
forked from pool/rsync
OBS User unknown
2007-01-15 23:35:29 +00:00
committed by Git OBS Bridge
commit 7a4a8613bc
14 changed files with 974 additions and 0 deletions

12
rsync.xinetd Normal file
View File

@@ -0,0 +1,12 @@
# default: off
# description: rsync file transfer daemon
service rsync
{
socket_type = stream
protocol = tcp
wait = no
user = root
server = /usr/sbin/rsyncd
server_args = --daemon
disable = yes
}