subversion/svnserve.service
Dirk Mueller 597c20613b Accepting request 837901 from home:suse_weber:branches:devel:tools:scm:svn
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
2020-09-28 16:19:58 +00:00

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