mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-10 13:54:37 +08:00
12 lines
177 B
Plaintext
12 lines
177 B
Plaintext
|
service svn
|
||
|
{
|
||
|
flags = REUSE
|
||
|
socket_type = stream
|
||
|
wait = no
|
||
|
user = root
|
||
|
server = /usr/bin/svnserve
|
||
|
server_args = -i
|
||
|
log_on_failure += USERID
|
||
|
disable = yes
|
||
|
}
|