saving uncommitted changes in /etc prior to emerge run
This commit is contained in:
10
xinetd.d/rsyncd
Normal file
10
xinetd.d/rsyncd
Normal file
@@ -0,0 +1,10 @@
|
||||
service rsync
|
||||
{
|
||||
socket_type = stream
|
||||
protocol = tcp
|
||||
wait = no
|
||||
user = root
|
||||
server = /usr/bin/rsync
|
||||
server_args = --daemon
|
||||
disable = yes
|
||||
}
|
||||
Reference in New Issue
Block a user