mirror of
https://github.com/void-linux/void-packages.git
synced 2025-10-09 12:05:09 +02:00
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.
3 lines
70 B
Bash
Executable file
3 lines
70 B
Bash
Executable file
#!/bin/sh
|
|
[ -r conf ] && . ./conf
|
|
exec svnserve -d --foreground $OPTS
|