blob: ba2fcc3354d0818aa8766a98da85f8f27a2e0562 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
[Unit]
Description=Subversion protocol daemon
After=network.target
[Service]
Type=forking
EnvironmentFile=/etc/default/svnserve
ExecStart=/usr/bin/svnserve --daemon --pid-file=/run/svnserve/svnserve.pid $SVNSERVE_OPTS
[Install]
WantedBy=multi-user.target
|