Andreas Stieger
93cc2385c9
- add systemd support for svnserve - package now contains user and group svn - adjust and extend README.SuSE to cover a quickstart with both mod_dav_svn and svnserve, mention the user/group requirement for parallel operation and make text more compact by referencing the template config file [bnc#781980] OBS-URL: https://build.opensuse.org/request/show/176189 OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm:svn/subversion?expand=0&rev=118
15 lines
338 B
Desktop File
15 lines
338 B
Desktop File
[Unit]
|
|
Description=Subversion protocol daemon
|
|
After=syslog.target network.target
|
|
|
|
[Service]
|
|
Type=forking
|
|
EnvironmentFile=/etc/sysconfig/svnserve
|
|
User=svn
|
|
Group=svn
|
|
PIDFile=/var/run/svnserve/svnserve.pid
|
|
ExecStart=/usr/bin/svnserve --daemon --pid-file=/var/run/svnserve/svnserve.pid $SVNSERVE_OPTIONS
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|