2012-02-28 13:20:29 +00:00
|
|
|
[Unit]
|
|
|
|
Description=Subversion protocol daemon
|
|
|
|
After=syslog.target network.target
|
2017-08-11 07:28:21 +00:00
|
|
|
Documentation=man:svnserve(8)
|
2012-02-28 13:20:29 +00:00
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=forking
|
|
|
|
EnvironmentFile=/etc/sysconfig/svnserve
|
2012-07-16 08:27:06 +00:00
|
|
|
ExecStart=/usr/bin/svnserve --daemon --pid-file=/run/svnserve/svnserve.pid $OPTIONS
|
2015-12-15 17:41:00 +00:00
|
|
|
PrivateTmp=yes
|
2012-02-28 13:20:29 +00:00
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|