b76e4d08d6
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/subversion#3d5f8d900a066a77c81766ea91fcb3fd49ed0d4e
14 lines
312 B
Desktop File
14 lines
312 B
Desktop File
[Unit]
|
|
Description=Subversion protocol daemon
|
|
After=syslog.target network.target
|
|
Documentation=man:svnserve(8)
|
|
|
|
[Service]
|
|
Type=forking
|
|
EnvironmentFile=/etc/sysconfig/svnserve
|
|
ExecStart=/usr/bin/svnserve --daemon --pid-file=/run/svnserve/svnserve.pid $OPTIONS
|
|
PrivateTmp=yes
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|