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