summaryrefslogtreecommitdiff
path: root/extra/subversion/svnserve.service
blob: d8a8e10c11aa33648fede9d250a743c852dd5fc7 (plain)
1
2
3
4
5
6
7
8
9
10
11
[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