12 lines
271 B
SYSTEMD
12 lines
271 B
SYSTEMD
|
[Unit]
|
||
|
Description=Subversion protocol daemon
|
||
|
After=syslog.target network.target
|
||
|
|
||
|
[Service]
|
||
|
Type=forking
|
||
|
EnvironmentFile=/etc/sysconfig/svnserve
|
||
|
ExecStart=/usr/bin/svnserve --daemon --pid-file=/var/run/svnserve/svnserve.pid $OPTIONS
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|