mirror of
https://gitlab.com/xonotic/xonotic
synced 2025-01-23 22:43:26 +00:00
6 lines
159 B
Bash
Executable File
6 lines
159 B
Bash
Executable File
#!/bin/sh
|
|
exec 2>&1
|
|
echo 'git-daemon starting.'
|
|
exec chpst -ugitdaemon \
|
|
"$(git --exec-path)"/git-daemon --verbose --base-path=/var/cache/git /var/cache/git
|