mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
12 lines
177 B
Text
12 lines
177 B
Text
|
service svn
|
||
|
{
|
||
|
flags = REUSE
|
||
|
socket_type = stream
|
||
|
wait = no
|
||
|
user = root
|
||
|
server = /usr/bin/svnserve
|
||
|
server_args = -i
|
||
|
log_on_failure += USERID
|
||
|
disable = yes
|
||
|
}
|