mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-01-23 18:14:54 +08:00
12 lines
338 B
Plaintext
12 lines
338 B
Plaintext
service rsync
|
|
{
|
|
socket_type = stream
|
|
wait = no
|
|
user = root
|
|
server = /usr/bin/rsync
|
|
server_args = --daemon
|
|
log_on_success += HOST DURATION
|
|
log_on_failure += HOST
|
|
disable = yes
|
|
}
|