For Tumbleweed and Factory: - update the path of the PIDFile in the svnserve.service file: change /var/run/svnserve/svnserve.pid to /run/svnserve/svnserve.pid - update the tmpfiles.d/ drop-in file as requested by the rpm output /usr/lib/tmpfiles.d/svnserve.conf:1: Line references path below legacy directory /var/run/, updating /var/run/svnserve → /run/svnserve; OBS-URL: https://build.opensuse.org/request/show/837901 OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm:svn/subversion?expand=0&rev=334
15 lines
316 B
Desktop File
15 lines
316 B
Desktop File
[Unit]
|
|
Description=Subversion protocol daemon
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=forking
|
|
EnvironmentFile=/etc/sysconfig/svnserve
|
|
User=svn
|
|
Group=svn
|
|
PIDFile=/run/svnserve/svnserve.pid
|
|
ExecStart=/usr/bin/svnserve --daemon --pid-file=/run/svnserve/svnserve.pid $SVNSERVE_OPTIONS
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|