void-packages/srcpkgs/subversion/files/svnserve/run
Tim Oertel fde87e4c01 subversion: make svnserve daemonize
Fix svnserve startup to "daemonize" but run in foreground.  (One of -d -i -t or -X must be provided.)
Fix 'run' script to allow config file with custom run options.
2018-09-21 15:53:14 +02:00

3 lines
70 B
Bash
Executable file

#!/bin/sh
[ -r conf ] && . ./conf
exec svnserve -d --foreground $OPTS