removed stale reference script

This commit is contained in:
Tamás Gérczei 2019-03-27 12:44:55 +00:00
parent 07670b7b7a
commit e70f3d2362
1 changed files with 0 additions and 13 deletions

View File

@ -1,13 +0,0 @@
#!/sbin/openrc-run
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
pidfile="/var/run/git-daemon.pid"
command="/usr/bin/git"
command_args="daemon ${GITDAEMON_OPTS}"
command_user="${GIT_USER:-nobody}:${GIT_GROUP:-nobody}"
start_stop_daemon_args="-e HOME= -e XDG_CONFIG_HOME= -b -m"
depend() {
use logger
}