summaryrefslogtreecommitdiffstats
path: root/svnserve.service
diff options
context:
space:
mode:
Diffstat (limited to 'svnserve.service')
-rw-r--r--svnserve.service11
1 files changed, 11 insertions, 0 deletions
diff --git a/svnserve.service b/svnserve.service
new file mode 100644
index 0000000..78cfbda
--- /dev/null
+++ b/svnserve.service
@@ -0,0 +1,11 @@
+[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